Endpoints clave
POST /v1/chatGET /v1/admin/connectors/catalogGET|POST /v1/admin/connectors/installationsGET|POST /v1/admin/channels/routesGET /v1/admin/channels/inbound-eventsGET /v1/admin/connectors/delivery-receipts
VANIA by ALLYX
Developers
VANIA Web funciona como superficie de producto y VANIA Matrix como runtime central. Esta separacion permite evolucionar frontend sin comprometer la capa operativa.
POST /v1/chatGET /v1/admin/connectors/catalogGET|POST /v1/admin/connectors/installationsGET|POST /v1/admin/channels/routesGET /v1/admin/channels/inbound-eventsGET /v1/admin/connectors/delivery-receiptscurl -i -X POST http://localhost:8787/v1/channels/webhooks/telegram?routeKey=default \
-H "Content-Type: application/json" \
-H "x-vania-installation-key: <INSTALLATION_KEY>" \
-H "x-vania-installation-slug: <INSTALLATION_SLUG>" \
-d '{
"update_id": 90182,
"message": {
"message_id": 85,
"text": "Necesito seguimiento de tickets en WhatsApp",
"chat": { "id": "700123" },
"from": { "id": "700123", "username": "cliente_demo" }
}
}'Next.js expone API interna para proteger secretos y simplificar consumo.
Instalaciones y capacidades se gestionan por catalogo, no por hardcode de providers.
Health, inbound events y delivery receipts disponibles para monitoreo tecnico.