Skip to main content

Update an existing WhatsApp content template

Updates a content template by its SID. ONLY works for templates NOT yet submitted for WhatsApp approval — submitted templates are permanently locked by Twilio. Editable fields: friendlyName, variables, types. Language is immutable after creation. ContentSID remains unchanged after edit.

Path Parameters
    dealerUUID string required
    contentSid string required
Request Body required
    friendlyName string
    language string deprecated
    variables object
    property name* string
    types object
    twilio/text object
    body string
Responses

Content template updated successfully


Schema
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
  • contentTemplate object
    sid string
    accountSid string
    friendlyName string
    language string
    variables object
    property name* string
    types object
    twilio/text object
    body string
    dateCreated string
    dateUpdated string
Loading...