{
"name": "seasonal_promotion",
"language": "en_US",
"category": "MARKETING",
"components": [
{
"type": "HEADER",
"format": "TEXT",
"text": "Our {{1}} is on!",
"example": {
"header_text": [
"Summer Sale"
]
}
},
{
"type": "BODY",
"text": "Shop now through {{1}} and use code {{2}} to get {{3}} off of all merchandise.",
"example": {
"body_text": [
[
"the end of August","25OFF","25%"
]
]
}
},
{
"type": "FOOTER",
"text": "Use the buttons below to manage your marketing subscriptions"
},
{
"type":"BUTTONS",
"buttons": [
{
"type": "QUICK_REPLY",
"text": "Unsubscribe from Promos"
},
{
"type":"QUICK_REPLY",
"text": "Unsubscribe from All"
}
]
}
]
}{
"name": "seasonal_promotion2",
"parameter_format": "NAMED",
"components": [
{
"type": "HEADER",
"format": "TEXT",
"text": "Our {{specialname}} is on!",
"example": {
"header_text_named_params": [
{
"param_name": "specialname",
"example": "Summer Sale"
}
]
}
},
{
"type": "BODY",
"text": "Shop now through {{specialend}} and use code {{code}} to get {{discount}} off of all merchandise.",
"example": {
"body_text_named_params": [
{
"param_name": "specialend",
"example": "May 2026"
},
{
"param_name": "code",
"example": "MAY2026"
},
{
"param_name": "discount",
"example": "10%"
}
]
}
},
{
"type": "FOOTER",
"text": "Use the buttons below to manage your marketing subscriptions"
},
{
"type": "BUTTONS",
"buttons": [
{
"type": "QUICK_REPLY",
"text": "Unsubscribe from Promos"
},
{
"type": "QUICK_REPLY",
"text": "Unsubscribe from All"
}
]
}
],
"category": "MARKETING",
"language": "en"
}