Try API is for exercising published workflows from the dashboard. To test a draft node by node while you build it, use Workflow Testing in the editor instead.
Before you start
- The app is connected for the linked account you want to fire against.
- The workflow has an event or Workflow API trigger in its start node and is published.
- The workflow is enabled for that linked account.
Fire a trigger
- Fire an event
- Execute a workflow
Configure
In Try API, select the linked account, choose the event, and specify the application the workflow belongs to. Optionally select a Config ID.
If you don’t select an application, every workflow on the selected linked account that listens for the chosen event fires.
Check the result
Every fire or execution is recorded. Open Logs and find the run in the Executions tab to step through each node’s input, output, and any errors.See also
- Workflow Testing: test a draft node by node in the editor.
- Logs: inspect execution history and per-node output.
- Reliability: handle errors and rate limits in production.