Integration
Yandex Messenger
OpenClaw plugin for Yandex Messenger (Яндекс Мессенджер) via Bot API
Install
openclaw plugins install @cogery/openclaw-yandex-messenger
README
# openclaw-yandex-messenger
OpenClaw plugin for [Yandex Messenger](https://yandex.ru/dev/messenger/doc/ru/) (Яндекс Мессенджер) via Bot API.
## Status
🚧 Work in progress
## Requirements
- OpenClaw gateway
- Yandex 360 for Business account
- Bot token from [Яндекс 360 Bot Platform](https://admin.yandex.ru/bot-platform)
- Public HTTPS endpoint for webhook
## Install
```bash
openclaw plugins install @cogery/openclaw-yandex-messenger
```
## Configure
```json5
{
channels: {
"yandex-messenger": {
enabled: true,
oauthToken: "YOUR_BOT_TOKEN",
dmPolicy: "pairing",
},
},
}
```
## License
MIT
integration
Comments
Sign in to leave a comment