OPT Juntos
  1. Mensagens
OPT Juntos
  • OPT waba
    • Como enviar mensagens
    • Mensagens
      • Áudio
      • Contato
      • Documento
      • Imagem
      • Interativa com chamada para ação (URL)
      • Interativa com lista
      • Interativa com botões
      • Localização
      • Figurinha
      • Texto
      • Vídeo
      • Reação
      • Confirmação de leitura
    • Modelos de mensagens
      • Texto
      • Imagem
      • Documento
      • Vídeo
      • Botões
      • Lista
      • Localização
      • Código OTP
    • Mídia
      • Obter mídia
  • OPT Bot
    • send message to bot
      GET
  • Esquemas
    • OPT waba
      • Responses and Errors
        • MessageResponse
        • BaseMessage
        • ErrorResponse
      • Mensagens
        • Áudio
        • Contato
        • Documento
        • Imagem
        • Interativa com chamada para ação (URL)
        • Interativa com lista
        • Interativa com botões
        • Localização
        • Figurinha
        • Texto
        • Vídeo
        • Reação
        • Confirmação de leitura
      • Modelos
        • HeaderTextComponent
        • TemplateLanguage
        • TextParameter
        • ImageParameter
        • DocumentParameter
        • VideoParameter
        • LocationParameter
        • ButtonParameter
        • HeaderMediaComponent
        • BodyComponent
        • ButtonComponent
        • FooterComponent
        • TextTemplate
        • MediaTemplate
        • InteractiveTemplate
        • LocationTemplate
        • OTPTemplate
        • TextTemplateMessage
        • MediaTemplateMessage
        • InteractiveTemplateMessage
        • LocationTemplateMessage
        • OTPTemplateMessage
  1. Mensagens

Interativa com botões

{
    "messaging_product": "whatsapp",
    "recipient_type": "individual",
    "to": "string",
    "type": "button",
    "header": {
        "type": "text",
        "text": "string"
    },
    "body": {
        "text": "string"
    },
    "footer": {
        "text": "string"
    },
    "action": {
        "buttons": [
            {
                "type": "reply",
                "reply": {
                    "id": "string",
                    "title": "string"
                }
            }
        ]
    }
}
Built with