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
application/json
Request Body required
templateParams object
property name* string
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
body string
contentVariables object
property name* string
renderedBody string
{
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
],
"body": "string",
"contentVariables": {},
"renderedBody": "string"
}
Loading...