Address a chat
Send to a chat ID accessible to your bot, such as a user who started a conversation or a group where the bot has the required permissions.
Reach individual users, private groups, and broadcast channels through the Telegram Bot API with one unified send call.
Send to a chat ID accessible to your bot, such as a user who started a conversation or a group where the bot has the required permissions.
Templates can include text formatting, inline keyboards, and photo or document URLs supported by the Telegram adapter.
Provider failures and rate-limit responses are classified for the delivery retry policy. Inspect exhausted attempts in delivery activity.
Use the same event contracts and template workflow for deployment alerts, internal updates, and other Telegram messages.
POST /api/v1/notifications
Authorization: Bearer <SENDRIN_API_KEY>
Content-Type: application/json
Idempotency-Key: deploy-4821
{
"event_key": "deploy.completed",
"channel": "telegram",
"recipient": { "chat_id": "-1001234567890" },
"data": { "build": "4821" }
}Configure your bot token and provider endpoint, make sure the bot can access the destination chat, and publish a Telegram template for the event. Check the API reference for the request contract.
One API, every channel, full delivery visibility. Start free, no credit card required.