Skip to main content

Create a new WhatsApp content template

Creates a new content template in Twilio Content API for the given dealer. All WhatsApp content types are supported. Note: session-only types (twilio/location, twilio/list-picker, twilio/pay) can be created but cannot be submitted for approval.

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

Content template created 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...