Connect with Customers
over Telegram
Over 700 million users prefer to chat on one of the world’s most secure texting platforms
Contact uscurl -X POST 'https://{baseUrl}/api/channels' \
-H 'Authorization: {bearerToken}' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"type": "TG",
"config": {
"type": "TG",
"name": "Your channel display name",
"bot_name": "Telegram bot's name (e.g. something_bot)",
"access_token": "Bot's access token (retrieve at @BotFather)"
}
}'