{
"messaging_product": "whatsapp",
"recipient_type": "individual",
"to": "5511999999999",
"type": "template",
"template": {
"name": "imagem_promocional",
"language": {
"code": "pt_BR"
},
"components": [
{
"type": "header",
"parameters": [
{
"type": "image",
"image": {
"link": "https://exemplo.com/imagem.jpg"
}
}
]
},
{
"type": "body",
"parameters": [
{
"type": "text",
"text": "50% de desconto"
},
{
"type": "text",
"text": "15/04/2025"
}
]
}
]
}
}