Builder Documentation
Builder Documentation
Custom Webhook (Coming Soon)
Custom Webhook Integration
We're a small team working very hard
We're working on dedicated custom webhook documentation with code examples. In the meantime, custom webhooks follow the same pattern as n8n!
Follow the n8n Guide
👉 n8n Workflow Configuration - Follow this guide to understand the webhook contract.
Your custom webhook must:
- Accept
POSTrequests with JSON - Validate authentication header
- Read Axana headers:
x-axana-response-url-success,x-axana-response-url-error,x-axana-user-id - Send JSON responses to the appropriate URL
Quick Example:
POST webhook receives request
→ Validate auth header
→ Process task
→ POST result to x-axana-response-url-success (success)
OR x-axana-response-url-error (error)
See Also
Questions or feedback? Contact us at support@axana.ai or visit our help forum.