Skip to main content

Render a WhatsApp template body with resolved entity data into Twilio-compatible format

Render a WhatsApp template body with resolved entity data into Twilio-compatible format

Path Parameters
    departmentUUID string required
    customerUUID string required
    contentSid string required
Request Body required
    templateParams object
    property name* string
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
  • body string
    contentVariables object
    property name* string
    renderedBody string
Loading...