post
https://www.fast2sms.com/dev/whatsapp///message_templates
Create a marketing template with a 'Copy Code' button. This allows users to tap a button to copy a specific coupon code to their clipboard.
Example Request Body
{
"name": "coupon_code_fall2023_25off",
"language": "en",
"category": "MARKETING",
"components": [
{
"type": "HEADER",
"format": "TEXT",
"text": "Our Fall Sale is on!"
},
{
"type": "BODY",
"text": "Shop now through November and use code {{1}} to get {{2}} off of all merchandise!",
"example": {
"body_text": [
[
"25OFF",
"25%"
]
]
}
},
{
"type": "BUTTONS",
"buttons": [
{
"type": "QUICK_REPLY",
"text": "Unsubscribe"
},
{
"type": "COPY_CODE",
"example": "250FF"
}
]
}
]
}