Skip to main content
PUT
/
message-templates
/
{uuid}
{
  "name": "Updated Welcome Message",
  "content": "Hi [First Name]! Thanks for joining us. Reply HELP for assistance.",
  "type": "sms"
}
{
  "success": true,
  "data": {
    "id": 1,
    "uuid": "15c981c3-ae58-45b0-8958-39cfbcbe943e",
    "name": "Updated Welcome Message",
    "content": "Hi [First Name]! Thanks for joining us. Reply HELP for assistance.",
    "type": "sms",
    "created_at": "2026-01-01T00:00:00.000000Z",
    "updated_at": "2026-01-15T14:30: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.

uuid
string
required
The unique identifier (UUID) of the template
name
string
New name for the template
content
string
New content for the template
type
string
New type: sms or voice
{
  "name": "Updated Welcome Message",
  "content": "Hi [First Name]! Thanks for joining us. Reply HELP for assistance.",
  "type": "sms"
}
{
  "success": true,
  "data": {
    "id": 1,
    "uuid": "15c981c3-ae58-45b0-8958-39cfbcbe943e",
    "name": "Updated Welcome Message",
    "content": "Hi [First Name]! Thanks for joining us. Reply HELP for assistance.",
    "type": "sms",
    "created_at": "2026-01-01T00:00:00.000000Z",
    "updated_at": "2026-01-15T14:30:00.000000Z"
  }
}