Integrations
Send a Telegram test message
Post a test message to the paired chat, so you can confirm the whole path end to end. Returns 400 with the failure reason — and the current integration state, including…
Post a test message to the paired chat, so you can confirm the whole path end to end. Returns 400 with the failure reason — and the current integration state, including last_error — if Telegram refuses it.
Guide: Integrations
Authorization
apiKey X-API-Key<token>
Your CRM panel API key
In: header
Response Body
application/json
curl -X POST "https://example.com/integrations/telegram/test"{ "integration": { "bot_mode": null, "bot_username": null, "chat_id": null, "chat_title": null, "chat_type": null, "consecutive_failures": null, "created_at": "string", "event_types": null, "has_custom_token": true, "is_active": true, "is_paired": true, "last_delivery_at": null, "last_error": null, "paired_at": null, "updated_at": "string" }}