coda_trigger_automation
Fire a Coda automation rule with an optional JSON payload to automate workflows. Returns a request ID for tracking.
Instructions
Trigger a Coda automation rule.
Fires the specified automation rule, optionally passing a JSON payload. The automation must have an API-triggerable event type. The payload schema depends on the automation's configuration. Returns a requestId for tracking. The rule_id can be found in the automation's settings in the Coda UI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | The doc ID containing the automation | |
| rule_id | Yes | The automation rule ID to trigger | |
| payload | No | Optional JSON payload to pass to the automation |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |