Назначение
Отправка сообщений в чат Telegram.
Свойства, задаваемые аналитиком
| Наименование | Назначение | Значение по умолчанию |
|---|---|---|
| chatId | Идентификатор чата | |
| message | Сообщение |
В параметр message можно подставить выражение #{variableName}. Вместо данного выражения подставится значение указанное переменной.
Свойства, задаваемые на сервере приложений
| Наименование | Назначение | Значение по умолчанию |
|---|---|---|
| telegram.bot.token | The token is a string, like 110201543:AAHdqTcvCH1vGWJxfSeofSAs0K5PALDsaw, which is required to authorize the bot and send requests to the Bot API. | как создать Bot см. тут https://core.telegram.org/bots/features#creating-a-new-bot |
| telegram.bot.name | The username is a short name, used in search, mentions and t.me links. Usernames are 5-32 characters long and not case sensitive – but may only include Latin characters, numbers, and underscores. Your bot’s username must end in ’bot’, like ‘tetris_bot’ or ‘TetrisBot’. | |