Mensagens
Atualizado
{
"media": "(arquivo)",
"body": "Texto da mensagem",
"number": "5511999999999",
"externalKey": "ID_UNICO_SISTEMA"
}{
"media": "(arquivo)",
"body": "Texto da mensagem",
"ticketId": "123",
"externalKey": "ID_UNICO_SISTEMA"
}{
"media": "(arquivo)",
"body": "sticker",
"number": "5511999999999",
"externalKey": "ID_UNICO_SISTEMA",
"sticker": "true"
}{
"number": "5511999999999",
"contents": {
"type": "location",
"longitude": -27.2842864,
"latitude": -48.9243959,
"name": "Nome do Local",
"address": "Endereço Completo"
}
}/params/?body=Mensagem&number=5511999999999&externalKey=ID_UNICO&bearertoken=seu-token{
"body": "Mensagem de teste 2",
"number": "{{number}}",
"externalKey": "externalKeydd211",
"mediaMessage": {
"mediaType": "application/pdf",
"fileName": "documento.pdf",
"media": "JVBERi0xLjMKJcfsj6... [base64 completo do arquivo] ..."
}
}{
"body": "Mensagem de teste 2",
"number": "{{number}}",
"externalKey": "externalKeydd211",
"mediaUrl": "https://img.freepik.com/psd-gratuitas/ilustracao-de-renderizacao-3d-isolada-do-icone-do-google_47987-9777.jpg"
}{
"number": "{{number}}",
"contents": {
"type": "contact",
"displayName": "nome do contato",
"telephone": "551195248458"
}
}{
"number": "5511999999999",
"contents": {
"type": "button",
"body": {
"text": "Texto principal"
},
"action": {
"buttons": [
{
"type": "reply",
"reply": {
"id": "1",
"title": "Botão 1"
}
}
]
}
}
}{
"number": "5511999999999",
"contents": {
"type": "list",
"header": {
"type": "text",
"text": "Título"
},
"body": {
"text": "Descrição"
},
"action": {
"sections": [
{
"title": "Seção 1",
"rows": [
{
"id": 1,
"title": "Item 1",
"description": "Descrição do item 1"
}
]
}
],
"button": "Clique aqui"
}
}
}{
"number": "5511999999999",
"contents": {
"type": "cta_url",
"header": {
"type": "text",
"text": "Título"
},
"body": {
"text": "Descrição"
},
"footer": {
"text": "Rodapé"
},
"action": {
"name": "cta_url",
"parameters": {
"display_text": "Ver Mais",
"url": "SEU_LINK"
}
}
}
}{
"number": "5511999999999",
"contents": {
"type": "location_request_message",
"body": {
"text": "Por favor compartilhe sua localização"
},
"action": {
"name": "send_location"
}
}
}