Create whatsapp template

Create a WhatsApp template

Create a new user

POST /external/v1/whatsapp/templates

Create a WhatsApp template

Headers

Name
Value

Content-Type

application/json

x-api-key

<api key>

Body

SAMPLE
body: "Your OTP is {{1}}"
variables: { "1": "otp_code" }
{
  "template_name": "string",
  "body": "string",
  "language": "en",
  "category": "string",
  "variables": {
    "additionalProp1": "string",
    "additionalProp2": "string",
    "additionalProp3": "string"
  },
  "content_types": {
    "additionalProp1": {}
  }
}

Response

Last updated