The Only API docs
Integrations

Register Telegram groups

Register Telegram group targets so automations and webhooks can deliver notifications there.

POST
/integrations/telegram/groups

Register Telegram group targets so automations and webhooks can deliver notifications there.

Guide: Integrations

X-API-Key<token>

Your CRM panel API key

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/integrations/telegram/groups" \  -H "Content-Type: application/json" \  -d '{}'
{  "groups": [],  "success": true}