Planned webhook events and status
Webhooks
Vindex Ai supports outgoing webhooks, allowing you to connect your AI Gateway with thousands of external applications like Zapier, Make, or your custom internal CRM.
Connectivity via Assistant
You can manage your webhooks directly through the Nexus Assistant (Tenant Assistant) using natural language.
Supported Actions
- List Webhooks: "Show me my active webhooks."
- Create Webhook: "Whenever a lead is captured, send it to https://hooks.zapier.com/..."
- Delete Webhook: "Remove webhook #4."
Event Triggers
Currently, you can trigger webhooks for the following system events:
| Event | Description |
|---|---|
text | Fired when a visitor submits their details via the Contact Tool. |
text | Fired when your tenant credit balance falls below 10%. |
text | Fired when the Self-Learning Flywheel indexes new information. |
Payload Structure
Webhooks are sent as a request with a JSON payload. A typical payload looks like this:
text
text
json
Security
- Custom Headers: You can define custom HTTP headers (e.g., ) to verify that the request originated from Vindex Ai.text
- Retries: Our system will attempt to redeliver failed webhooks up to 3 times with exponential backoff.