WhatsApp Medic Scheduler

Sistema inteligente de agendamento médico via WhatsApp com IA conversacional

Recursos Principais

IA Conversacional

Agendamento automático via chat com processamento de linguagem natural

Agendamento Inteligente

Verificação de disponibilidade em tempo real e confirmação automática

LGPD Compliant

Conformidade total com a Lei Geral de Proteção de Dados

Webhooks

Integração com Meta/WhatsApp Business API via webhooks

Quick Start

Verificar status da API
curl -X GET https://api.whatsappmedic.com/health
Resposta
{
  "status": "healthy",
  "version": "1.0.0",
  "timestamp": "2025-12-06T10:00:00Z"
}

Teste no Postman

Importe nossa collection diretamente no Postman para testar todos os endpoints:

Postman Run in Postman Download Collection

Configure as variáveis de ambiente após importar a collection

Principais Endpoints

GET /health Verificar status da API
POST /webhook Receber mensagens do WhatsApp
GET /webhook Verificação do webhook (Meta)
POST /api/patients Criar/atualizar paciente
GET /api/appointments Listar agendamentos
POST /api/appointments Criar agendamento
Ver todos os endpoints

Arquitetura

WhatsApp
Meta API
Webhook
Backend API
AI Engine