{
"name": "exemplo_coupon_code",
"category": "MARKETING",
"language": "pt_BR",
"allow_category_change": true,
"parameter_format": "NAMED",
"components": [
{
"type": "HEADER",
"format": "TEXT",
"text": "Pedido {{numero_do_pedido}}",
"example": {
"header_text_named_params": [
{
"param_name": "numero_do_pedido",
"example": "1042"
}
]
}
},
{
"type": "BODY",
"text": "Olá {{nome_do_cliente}}, o seu pedido {{numero_do_pedido}} foi confirmado e sai para entrega hoje.",
"example": {
"body_text_named_params": [
{
"param_name": "nome_do_cliente",
"example": "Marina"
},
{
"param_name": "numero_do_pedido",
"example": "1042"
}
]
}
},
{
"type": "FOOTER",
"text": "Responda SAIR para não receber mais"
},
{
"type": "BUTTONS",
"buttons": [
{
"type": "COPY_CODE",
"example": "PROMO10"
},
{
"type": "URL",
"text": "Ver detalhes",
"url": "https://z-api.io/pedido/{{numero_do_pedido}}",
"example": [
"https://z-api.io/pedido/1042"
]
},
{
"type": "PHONE_NUMBER",
"text": "Falar com a loja",
"phone_number": "+5511988881234"
},
{
"type": "QUICK_REPLY",
"text": "Acompanhar pedido"
}
]
}
]
}