Navigation
Mobile DocsNavigation
Mobile DocsSend a message through Telegram
Send messages to any Telegram channel using your Bot API key. Integrate automated notifications and alerts into your workflow to keep your team informed.
Getting Bot Token: 1. If you haven't already, message "/newbot" to @BotFather 2. Choose a name for your bot 3. Copy the token it provides and paste it here
Placeholder: Enter your Telegram Bot Token
Layout: full
Getting Chat ID: 1. Add your bot as a member to desired Telegram channel 2. Send any message to the channel (e.g. "I love Neura Parse") 3. Visit https://api.telegram.org/bot<YOUR_BOT_TOKEN>/getUpdates 4. Look for the chat field in the JSON response at the very bottomwhere you'll find the chat ID
Placeholder: Enter Telegram Chat ID
Layout: full
Placeholder: Enter the message to send
Layout: full
Required
Required
Required
Primary response type:
{
"ok": "boolean",
"result": "json"
}