Telegram
Notifications
Messaging
Description
Content type : application/json
Sends notifications to Telegram channels or users. Requires pre-configured Telegram bot and chat registration.
Request Body
Required
{
"clientId": "your-client-id",
"clientSecret": "your-client-secret",
"message": "Hello from Ampersand Email Service! This is a test notification."
}
Field Descriptions:
- clientId - Your client identifier (required)
- clientSecret - Your client secret key (required)
- message - Text message to send via Telegram (required)