create_trigger
Generate a URL and secret for external services to POST and fire a workflow. Provide the workflow ID and optional name.
Instructions
Create an inbound webhook trigger for a workflow.
Returns a URL and secret that external services can POST to in order to fire the workflow.
Args: workflow_id: UUID of the workflow name: Human-readable name for the trigger
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | ||
| name | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |