hubling.ai
  1. Schemas
hubling.ai
  • API
    • Auth
      • Autenticação de usuário
      • Registro de usuário
      • Atualizar token
      • Recuperar senha
      • Redefinir senha
      • Autenticação com Google
    • Assistants
      • Criar novo assistente
      • Atualizar assistente
      • Listar assistentes
      • Buscar assistente por ID
      • Excluir assistente
      • Restaurar assistente
    • Prompts
      • Criar novo prompt
      • Listar prompts do assistente
      • Atualizar prompt
      • Buscar prompt por ID
      • Excluir prompt
      • Restaurar prompt
    • Contacts
      • Criar novo contato
      • Atualizar contato
      • Listar contatos
      • Buscar contato por ID
      • Excluir contato
      • Restaurar contato
    • Conversations
      • Criar nova conversa
      • Atualizar conversa
      • Listar conversas
      • Buscar conversa por ID
      • Excluir conversa
      • Restaurar conversa
    • Messages
      • Criar nova mensagem
      • Listar mensagens da conversa
      • Atualizar mensagem
      • Buscar mensagem por ID
      • Excluir mensagem
    • WhatsApp
      • Verify webhook token for WhatsApp Business API
      • Receive messages and status updates from WhatsApp Business API
  • Esquemas
    • Schemas
      • CreateAssistantDto
      • UpdateAssistantDto
      • CreatePromptDto
      • UpdatePromptDto
      • CreateContactDto
      • UpdateContactDto
      • CreateConversationDto
      • UpdateConversationDto
      • CreateMessageDto
      • UpdateMessageDto
      • VerifyTokenWhatsAppResponseDto
      • VerifyTokenErrorResponseDto
      • WhatsAppMetadataDto
      • WhatsAppContactProfileDto
      • WhatsAppContactDto
      • WhatsAppStatusDto
      • WhatsAppWebhookValueDto
      • WhatsAppChangeDto
      • WhatsAppEntryDto
      • WhatsAppWebhookDto
      • WhatsAppWebhookResponseDto
      • SignInDto
      • SignUpDto
      • RefreshTokenDto
      • RecoverPasswordDto
      • ResetPasswordDto
      • SignInWithGoogleDto
  1. Schemas

WhatsAppWebhookDto

{
    "object": "whatsapp_business_account",
    "entry": [
        {
            "id": "string",
            "changes": [
                {
                    "field": "messages",
                    "value": {
                        "messaging_product": "whatsapp",
                        "metadata": {
                            "display_phone_number": "string",
                            "phone_number_id": "string"
                        },
                        "contacts": [
                            {
                                "profile": {
                                    "name": "string"
                                },
                                "wa_id": "string"
                            }
                        ],
                        "statuses": [
                            {
                                "id": "string",
                                "recipient_id": "string",
                                "timestamp": "string",
                                "status": "sent"
                            }
                        ],
                        "messages": [
                            "string"
                        ]
                    }
                }
            ]
        }
    ]
}
Built with