list_triggers first to see the catalog of available event names.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
url | string | yes | The destination URL the event is POSTed to. |
events | string[] | yes | Event names to fire on (see list_triggers for the catalog). |
name | string | Optional label for the trigger. |
Returns
When to call it
- When the user wants an external tool (n8n, a Slack relay, their own service) notified on a workspace event.
- After
list_triggersso you use valid event names.
Backed by
POST /v2/workspace/triggers — the agent setup surface, on the same trigger store as the dashboard. Logged to the Ops page.