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

Contato

{
    "messaging_product": "whatsapp",
    "recipient_type": "individual",
    "to": "string",
    "type": "contacts",
    "contacts": [
        {
            "name": {
                "formatted_name": "João Silva",
                "first_name": "João",
                "last_name": "Silva",
                "middle_name": "string",
                "suffix": "string",
                "prefix": "string"
            },
            "phones": [
                {
                    "phone": "+5511999999999",
                    "type": "CELL"
                }
            ],
            "emails": [
                {
                    "email": "joao.silva@exemplo.com",
                    "type": "HOME"
                }
            ],
            "addresses": [
                {
                    "street": "string",
                    "city": "string",
                    "state": "string",
                    "zip": "string",
                    "country": "string",
                    "country_code": "string",
                    "type": "string"
                }
            ],
            "birthday": "string",
            "org": {
                "company": "string",
                "department": "string",
                "title": "string"
            },
            "urls": {
                "url": "string",
                "type": "string"
            }
        }
    ]
}
Built with