> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/api-reference/notifications/sms.md).

# SMS

The **SMS** channel delivers text messages — templates, campaigns, and provider integrations — for OTPs, alerts, and bulk sends.

| Endpoint                                                                                                             | Method                                                      |
| -------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- |
| [Archive Sms Template](/api-reference/notifications/sms/archive-sms-template.md)                                     | `PUT sms/templates/{Id}/archive`                            |
| [Clone Sms Template](/api-reference/notifications/sms/clone-sms-template.md)                                         | `POST sms/templates/{Id}/clone`                             |
| [Confirm Sms Integration Human Delivery](/api-reference/notifications/sms/confirm-sms-integration-human-delivery.md) | `POST sms/integrations/confirm-human-delivery`              |
| [Create Sms Campaign](/api-reference/notifications/sms/create-sms-campaign.md)                                       | `POST sms/campaigns`                                        |
| [Create Sms Template](/api-reference/notifications/sms/create-sms-template.md)                                       | `POST sms/templates`                                        |
| [Delete Sms Campaign](/api-reference/notifications/sms/delete-sms-campaign.md)                                       | `DELETE sms/campaigns/{id}`                                 |
| [Delete Sms Integration](/api-reference/notifications/sms/delete-sms-integration.md)                                 | `DELETE sms/integrations/{Id}`                              |
| [Delete Sms Template](/api-reference/notifications/sms/delete-sms-template.md)                                       | `DELETE sms/templates/{Id}`                                 |
| [Disable Sms](/api-reference/notifications/sms/disable-sms.md)                                                       | `GET sms/disable`                                           |
| [Disable Sms Integration](/api-reference/notifications/sms/disable-sms-integration.md)                               | `PUT sms/integrations/{Id}/disable`                         |
| [Enable Sms](/api-reference/notifications/sms/enable-sms.md)                                                         | `GET sms/enable`                                            |
| [Enable Sms Integration](/api-reference/notifications/sms/enable-sms-integration.md)                                 | `PUT sms/integrations/{Id}/enable`                          |
| [Get Sms Campaign](/api-reference/notifications/sms/get-sms-campaign.md)                                             | `GET sms/campaigns/{id}`                                    |
| [Get Sms Campaign Batch Notification](/api-reference/notifications/sms/get-sms-campaign-batch-notification.md)       | `GET sms/campaigns/{id}/batches/{batchId}/{notificationId}` |
| [Get Sms Campaign Batch Notifications](/api-reference/notifications/sms/get-sms-campaign-batch-notifications.md)     | `GET sms/campaigns/{id}/batches/{batchId}`                  |
| [Get Sms Campaign Batches](/api-reference/notifications/sms/get-sms-campaign-batches.md)                             | `GET sms/campaigns/{id}/batches`                            |
| [Get Sms Campaign Message](/api-reference/notifications/sms/get-sms-campaign-message.md)                             | `GET sms/campaigns/{campaignId}/messages/{id}`              |
| [Get Sms Campaign Messages](/api-reference/notifications/sms/get-sms-campaign-messages.md)                           | `GET sms/campaigns/{campaignId}/messages`                   |
| [Get Sms Campaign Statistics](/api-reference/notifications/sms/get-sms-campaign-statistics.md)                       | `GET sms/campaigns/{id}/stats`                              |
| [Get Sms Campaigns](/api-reference/notifications/sms/get-sms-campaigns.md)                                           | `GET sms/campaigns`                                         |
| [Get Sms Disable Dependencies](/api-reference/notifications/sms/get-sms-disable-dependencies.md)                     | `GET sms/disable-dependencies`                              |
| [Get Sms Integration](/api-reference/notifications/sms/get-sms-integration.md)                                       | `GET sms/integrations/{id}`                                 |
| [Get Sms Integrations](/api-reference/notifications/sms/get-sms-integrations.md)                                     | `GET sms/integrations`                                      |
| [Get Sms Message Content Tokens](/api-reference/notifications/sms/get-sms-message-content-tokens.md)                 | `GET sms/templates/{id}/tokens`                             |
| [Get Sms Settings](/api-reference/notifications/sms/get-sms-settings.md)                                             | `GET sms/settings`                                          |
| [Get Sms Template](/api-reference/notifications/sms/get-sms-template.md)                                             | `GET sms/templates/{id}`                                    |
| [Get Sms Templates](/api-reference/notifications/sms/get-sms-templates.md)                                           | `GET sms/templates`                                         |
| [Preview Sms Notification](/api-reference/notifications/sms/preview-sms-notification.md)                             | `GET sms/preview`                                           |
| [Render Sms](/api-reference/notifications/sms/render-sms.md)                                                         | `POST sms/templates/render`                                 |
| [Save Sms Integration](/api-reference/notifications/sms/save-sms-integration.md)                                     | `POST sms/integrations`                                     |
| [Set Sms Integration As Default](/api-reference/notifications/sms/set-sms-integration-as-default.md)                 | `PUT sms/integrations/{Id}/default`                         |
| [Stop Sms Campaign](/api-reference/notifications/sms/stop-sms-campaign.md)                                           | `POST sms/campaigns/{Id}/stop`                              |
| [Test Sms Integration](/api-reference/notifications/sms/test-sms-integration.md)                                     | `POST sms/integrations/test`                                |
| [Un Archive Sms Template](/api-reference/notifications/sms/un-archive-sms-template.md)                               | `PUT sms/templates/{Id}/unarchive`                          |
| [Update Sms Template](/api-reference/notifications/sms/update-sms-template.md)                                       | `PUT sms/templates`                                         |
