Send Outbound Message
Prerequisites:
- Required: Bearer token —
POST /v1.0/oauth2/tokens - Required: Provisioned phone number with messaging enabled (
Fromfield) —POST /v1.0/numbers/provision
Send an outbound SMS or MMS message from your provisioned phone number. Supports single recipient messaging with optional media attachments for MMS. Returns a message ID for delivery tracking. All phone numbers must be in E.164 format.
What this does: Sends an SMS or MMS message immediately and returns a MessageId for tracking delivery. The message is routed through the MessageRouteId associated with the From number. Check delivery status using the MessageId.
Next steps:
- Check message status —
GET /v1.0/message/details
Documentation Index
Fetch the complete documentation index at: https://docs.telegent.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter the token obtained from the Authentication endpoint
Body
Array of recipient phone numbers in E.164 format
[{ "Number": "+18015737111" }]
Sender phone number in E.164 format (must be provisioned in your account)
"+18018018011"
Message text content
"Hello there!!!"
Campaign identifier for tracking
"JCID-dsuhofh3882"
Owner phone number in E.164 format
"+18018018011"
Array of media URLs for MMS attachments
Array of base64-encoded media for MMS
Response
Success — returns the Message ID (TMID) for delivery tracking
The response is of type object.