Base URL
All API requests should be made to:Webhook URL Format
Workflow webhooks use the same base URL:Authentication
Webhooks can be configured as public (no authentication) or private (requires authentication). For authenticated endpoints, include your API token in the Authorization header:Endpoints
The Splox API provides these main endpoints:- Trigger Workflow - Send data to webhook to execute workflow
- Listen to Execution - Stream real-time updates via SSE
- Get Execution Tree - Retrieve complete execution hierarchy
- Get History - View past executions
- Manage Chats - Create and retrieve chat sessions
Response Format
API responses return JSON data directly: Webhook trigger response:Support
Need help with the API? Reach out to us:- Community: community.splox.io
- Email: [email protected]

