TeleFlow AI
Automação Comercial via Telegram com IA
Endpoints Principais
- POST /webhook/telegram - Recebe mensagens do Telegram
- POST /webhook/payment - Webhook de pagamento
- GET /health - Health check
- GET /api/dashboard/* - API do Dashboard
- WS /ws - WebSocket para logs em tempo real
API de Webhooks Outbound
- POST /api/webhooks/subscriptions - Criar assinatura de webhook
- GET /api/webhooks/subscriptions - Listar assinaturas
- GET /api/webhooks/subscriptions/:id - Obter assinatura
- PUT /api/webhooks/subscriptions/:id - Atualizar assinatura
- DELETE /api/webhooks/subscriptions/:id - Remover assinatura
- GET /api/webhooks/deliveries - Listar entregas
- GET /api/webhooks/deliveries/:id - Obter entrega
- POST /api/webhooks/deliveries/:id/retry - Reenviar entrega
- GET /api/webhooks/stats - Estatísticas de entregas
- POST /api/webhooks/cleanup - Limpar entregas expiradas
Acessar Dashboard