What are Coupon Code Template Messages?#
A Coupon Code Template Message is a WhatsApp Marketing Template that allows businesses to send promotional offers with a Copy Code* button.Customers can tap the button to instantly copy the coupon code and use it while making a purchase.This makes it quick and easy for customers to apply discounts without manually typing the coupon code.Coupon Code Template Preview
Coupon Code Template Payload Example#
{
"to": "<USER_PHONE_NUMBER>",
"type": "template",
"template": {
"name": "<TEMPLATE_NAME>",
"language": {
"code": "<LANGUAGE_CODE>"
},
"components": [
{
"type": "body",
"parameters": [
{
"type": "text",
"text": "<BODY_VARIABLE_VALUE_1>"
},
{
"type": "text",
"text": "<BODY_VARIABLE_VALUE_2>"
}
]
},
{
"type": "button",
"sub_type": "COPY_CODE",
"index": "0",
"parameters": [
{
"type": "coupon_code",
"coupon_code": "<COUPON_CODE>"
}
]
}
]
}
}