Envio de templates interativos
POST
https://apinocode01.megaapi.com.br/rest/sendMessage/{{instance_key}}/templateMessage
Enviar Templates com Botões de Ação
📅 Esta documentação foi atualizada em 29/10/2024. Cada atualização do WhatsApp pode alterar o comportamento dos botões, por isso é essencial estar sempre atento às mudanças e ajustes. 🔄
{
"messageData": {
"to": "556195562618@s.whatsapp.net",
"title": "Message Title",
"text": "Message Text",
"footer": "Message Footer",
"type": "image",
"mediaUrl": "https://mega-api-painel.app.br/arquivos_doc/megaapi.png",
"buttons": [
{
"type": "copy",
"title": "This is a copyButton",
"payload": "Your text for copy"
},
{
"type": "url",
"title": "This is a urlButton",
"payload": "https://google.com"
},
{
"type": "call",
"title": "This is a callButton",
"payload": "918788889688"
}
]
}
}
{
"messageData": {
"to": "556195562618@s.whatsapp.net",
"title": "Message Title",
"text": "Message Text",
"footer": "Message Footer",
"type": "video",
"mediaUrl": "https://mega-api-painel.app.br/arquivos_doc/video.mp4",
"buttons": [
{
"type": "copy",
"title": "This is a copyButton",
"payload": "Your text for copy"
},
{
"type": "url",
"title": "This is a urlButton",
"payload": "https://google.com"
},
{
"type": "call",
"title": "This is a callButton",
"payload": "918788889688"
}
]
}
}
{
"messageData": {
"to": "556195562618@s.whatsapp.net",
"title": "Message Title",
"text": "Message Text",
"footer": "Message Footer",
"type": "document",
"mediaUrl": "https://araucariageneticabovina.com.br/arquivos/servico/pdfServico_57952bf8ca7af_24-07-2016_17-58-32.pdf",
"buttons": [
{
"type": "copy",
"title": "This is a copyButton",
"payload": "Your text for copy"
},
{
"type": "url",
"title": "This is a urlButton",
"payload": "https://google.com"
},
{
"type": "call",
"title": "This is a callButton",
"payload": "918788889688"
}
]
}
}
Requisição
Parâmetros Header
Authorization
string
requerido
Exemplo:
Bearer {{token}}
Content-Type
string
opcional
Exemplo:
application/json
Parâmetros Bodyapplication/json