Calendário de Agendamentos

Slots de 30min · seg-sex · 08:00-18:00
Carregando…

Novo agendamento

API pra webhook

Base URL: https://calendar.lexpainels.com

Header obrigatório em POST/DELETE: X-API-Key: SUA_KEY

Criar agendamento

POST /api/appointments
Content-Type: application/json
X-API-Key: SUA_KEY

{
  "player": "Paulo Morcerf",
  "date": "2026-09-08",
  "time": "10:30",
  "title": "Call com cliente",
  "notes": "opcional",
  "source": "chatbot"
}

Listar

GET /api/appointments?from=2026-09-01&to=2026-09-30&player=Paulo%20Morcerf

Slots livres/ocupados de um dia

GET /api/slots?date=2026-09-08&player=Paulo%20Morcerf

Cancelar

DELETE /api/appointments/123
X-API-Key: SUA_KEY

Metadata

GET /api/meta   # devolve players e slots válidos