SMS Webhook & APIs
The Webhook & APIs section enables developers and third-party applications to integrate with the Cebod Telecom platform. It provides real-time event notifications using webhooks and REST APIs for sending SMS, retrieving SMS records, and managing SMS forwarding.
Webhooks
Webhooks allow Cebod Telecom to automatically send event data to your application whenever a configured event occurs.
Sample data payload for SMS:
{"text":"Hello John! Your appointment is confirmed for tomorrow at 10:30 AM. Please reply YES to confirm or call us at 800-xxx-1234 if you need assistance","from":"1949xxxxxxx","to":["1949xxxxxxx"],"referenceid":"74A7F007","deliveryReceipt":false,"created_at":"2026-07-08 11:09:02","status":"received","media_urls":[],"cost":0,"message_count":1,"message_encoding":"GSM-7","character_length":160}
Sample data payload for MMS:
{"text":"Here is a picture you requested.","from":"1949xxxxxxx","to":["1949xxxxxxx"],"referenceid":"99181171-c6e5-4608-bbb0-fa94ae3a869c","deliveryReceipt":false,"created_at":"2026-07-08 11:56:28","status":"received","media_urls":["https://dove.sfo2.digitaloceanspaces.com/didforsale-mms/2026-07-08/dvjqi2f9im50d120e5rlqo49j3bp-1783536987.jpeg"],"cost":0,"message_count":1,"message_encoding":"","character_length":0}
To forward SMS to a webhook, refer the page below.
Forwarding SMS to WebhookSMS APIs
The following SMS APIs are available for developers.
1. Send SMS API
The Send SMS API allows your application to send SMS messages through the Cebod Telecom platform.
For complete request parameters and examples, refer to the API documentation.
2. Set SMS Forwarding API
The Set SMS Forwarding API allows you to configure SMS forwarding to another destination or endpoint.
For complete request parameters and examples, refer to the API documentation.
3. SMS CDR API
The SMS CDR API returns SMS message records sent or received from your account.
For complete request parameters and examples, refer to the API documentation.
4. SMS Detail API
The SMS Detail API retrieves detailed information about a specific SMS message.
The request requires either the SMS ID or the Reference ID as a URL parameter.
For complete request parameters and examples, refer to the API documentation.
Resources
This section is intended for developers integrating SMS functionality and real-time event notifications with the Cebod Telecom platform.
Last updated