
The SMS Marketing API empowers you to create and manage SMs campaigns and send them to multiple clients. Build your client lists with the Clients/CRM API before executing actions with the Marketing Emails API.
| Method | HTTP Request | Description |
|---|---|---|
| URIs relative to https://api.agendize.com/api/2.0, unless otherwise noted | ||
| delete | DELETE /messages/sms/templates/{templateId} |
Deletes an entry on the SMS template list. |
| get | GET /messages/sms/templates/{templateId} |
Returns an entry of the SMS template list. |
| list | GET /messages/sms/templates | Returns entries on the SMS template list. |
| insert | POST /messages/sms/templates/ | Adds an entry to the SMS template list. |
| update | PUT /messages/sms/templates/{templateId} |
Updates an entry on the SMS template list. |