Skip to main content
POST
/
message-templates
{
  "name": "Welcome Message",
  "content": "Hello [First Name]! Welcome to our service. Reply STOP to unsubscribe.",
  "type": "sms"
}
{
  "success": true,
  "data": {
    "id": 3,
    "uuid": "6fg3d9d9-f73e-5d54-0c60-10g3284eb92b",
    "name": "Welcome Message",
    "content": "Hello [First Name]! Welcome to our service. Reply STOP to unsubscribe.",
    "type": "sms",
    "created_at": "2026-01-15T14:00:00.000000Z",
    "updated_at": "2026-01-15T14:00:00.000000Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.sendazi.com/llms.txt

Use this file to discover all available pages before exploring further.

name
string
required
Name of the template for identification
content
string
required
Template content. Supports placeholders like [First Name], [Last Name], etc.
type
string
required
Template type: sms or voice

Available Placeholders

PlaceholderDescription
[First Name]Contact’s first name
[Last Name]Contact’s last name
[Phone Number]Contact’s phone number
[Email]Contact’s email address
{
  "name": "Welcome Message",
  "content": "Hello [First Name]! Welcome to our service. Reply STOP to unsubscribe.",
  "type": "sms"
}
{
  "success": true,
  "data": {
    "id": 3,
    "uuid": "6fg3d9d9-f73e-5d54-0c60-10g3284eb92b",
    "name": "Welcome Message",
    "content": "Hello [First Name]! Welcome to our service. Reply STOP to unsubscribe.",
    "type": "sms",
    "created_at": "2026-01-15T14:00:00.000000Z",
    "updated_at": "2026-01-15T14:00:00.000000Z"
  }
}