Making API Calls
Once you have an endpoint and API key, you can trigger automations from anywhere.Basic Request
Request Format
Headers
Body
JSON object with your parameters:Response Modes
Asynchronous (Default)
Request returns immediately:Synchronous
Add?wait=true to wait for completion:
Status Values
Error Handling
HTTP Errors
Execution Errors
Code Examples
- JavaScript
- Python
- TypeScript SDK
Polling for Status
For async calls, poll until completion:Webhooks
For event-driven workflows, you can set up a webhook to be called when execution completes. (Coming soon)Next Steps
API Reference
Full API documentation
TypeScript SDK
Use our official SDK