Nabd Messaging
Copy Page
Nabd Messaging
Getting Started
Send Message (WhatsApp)
Send plain text (WhatsApp)
POST
Send Message (Telegram)
Send plain text (Telegram, by username)
POST
Send plain text (Telegram, by user ID)
POST
Send with Template
Send with template (WhatsApp)
POST
Send with template (Telegram)
POST
Send with Media
Send image or document (WhatsApp)
POST
Send image or document (Telegram)
POST
Managing Apps
Send Message (Telegram)
Copy Page
Send messages via Telegram
#
All requests in this section use
POST
{{base_url}}/api/create-message
with
channel: "telegram"
.
Requirements
#
The
appkey
must belong to an app linked to a
Telegram account
(not a WhatsApp device).
The Telegram account must be connected and authenticated in the dashboard.
Your plan must have Telegram enabled.
Recipient format (
to
)
#
Telegram user ID
– Numeric string (e.g.
123456789012
).
Username
– With or without @ (e.g.
@username
or
username
). Max 50 characters.
Phone
– In some cases, phone number in international format.
Rate limits
#
Telegram applies its own rate limits. Warm-up and daily recipient caps may apply per account.
On
429
, wait and retry; for FLOOD_WAIT, respect the wait time.
Modified at
2026-03-03 23:38:15
Previous
Send plain text (WhatsApp)
Next
Send plain text (Telegram, by username)