trigger_automation
Trigger a workflow or agent automation via its endpoint, yielding a job or session for subsequent monitoring.
Instructions
Trigger an automation via its Operations Manager endpoint.
Executes any automation (workflow or agent) by calling its endpoint trigger. The response type depends on the automation's component type:
Workflow automations return a job object (StartWorkflowResponse) monitored via describe_job.
Agent automations return a session object (StartAgentResponse) monitored via describe_session.
Use get_automations to discover available automations and their component_type before triggering, so you know which monitoring tool to use afterward.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Input data for the automation matching its endpoint trigger schema | |
| route_name | Yes | The API route name of the automation to trigger (use route_name from get_workflows or get_automations) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |