Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tkulzhan authored Jan 29, 2024
1 parent 1b6f307 commit ed75181
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ python -m pip install whatsapp-chatbot-python
from whatsapp_chatbot_python import GreenAPIBot, Notification
```

## Настройки

Перед запуском бота необходимо включить входящие уведомления в настройках экземпляра с помощью <a href="https://green-api.com/en/docs/api/account/SetSettings/">метода SetSettings</a>.

```json
"incomingWebhook": "yes",
"outgoingMessageWebhook": "yes",
"outgoingAPIMessageWebhook": "yes",
```

## Примеры

### Как инициализировать объект
Expand Down

0 comments on commit ed75181

Please sign in to comment.