{
"name": "exemplo_coupon_code",
"category": "MARKETING",
"language": "en_US",
"allow_category_change": true,
"parameter_format": "NAMED",
"components": [
{
"type": "HEADER",
"format": "TEXT",
"text": "Order {{order_number}}",
"example": {
"header_text_named_params": [
{
"param_name": "order_number",
"example": "1042"
}
]
}
},
{
"type": "BODY",
"text": "Hi {{customer_name}}, your order {{order_number}} is confirmed and ships today.",
"example": {
"body_text_named_params": [
{
"param_name": "customer_name",
"example": "Marina"
},
{
"param_name": "order_number",
"example": "1042"
}
]
}
},
{
"type": "FOOTER",
"text": "Reply STOP to opt out"
},
{
"type": "BUTTONS",
"buttons": [
{
"type": "COPY_CODE",
"example": "PROMO10"
},
{
"type": "URL",
"text": "See details",
"url": "https://z-api.io/pedido/{{numero_do_pedido}}",
"example": [
"https://z-api.io/pedido/1042"
]
},
{
"type": "PHONE_NUMBER",
"text": "Call the store",
"phone_number": "+5511988881234"
},
{
"type": "QUICK_REPLY",
"text": "Track order"
}
]
}
]
}