> For the complete documentation index, see [llms.txt](https://docs.cebodtelecom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cebodtelecom.com/new/tools-settings/sms/sms-webhook-and-apis.md).

# 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:**

<mark style="color:$info;">{"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}</mark>

**Sample data payload for MMS:**

<mark style="color:$info;">{"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}></mark>

***

### To forward SMS to a webhook, refer the page below.

{% content-ref url="/pages/NwonNjFiaNVZpdfhh8fv" %}
[Forwarding SMS to Webhook](/new/tools-settings/sms/forwarding-sms-to-webhook.md)
{% endcontent-ref %}

***

## SMS 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*](https://api.cebodtelecom.com/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*](https://api.cebodtelecom.com/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*](https://api.cebodtelecom.com/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*](https://api.cebodtelecom.com/documentation/)*.*

***

### Resources

* [**SMS API Reference**](https://api.cebodtelecom.com/documentation/)&#x20;
* [**Complete REST API Documentation**](https://api.cebodtelecom.com/documentation/)&#x20;

This section is intended for developers integrating SMS functionality and real-time event notifications with the Cebod Telecom platform.
