Telegram is available on the Mini and Pro plans only.
Prerequisites
Before you start, you need a Telegram bot token. If you don’t have one yet:- Open Telegram and start a conversation with @BotFather.
- Send
/newbotand follow the prompts to name your bot. - BotFather will give you an HTTP API token — copy it.
Setup
Create the Telegram channel in PingBack
Send a
POST request to /api/v1/channels/ with type set to "telegram" and your bot token in the config object.Webhook registration (automatic)
PingBack automatically registers a webhook with Telegram’s API when the channel is created. The webhook is set to:Where
{channel_id} is the numeric id returned in the response above. You do not need to configure this manually.If the bot token is invalid or the webhook registration fails, the channel will not be created and PingBack will return an error. Double-check your token from BotFather.