Execute Trigger
Execute a trigger with the provided event data.
Builds trigger data from the events and channel origin, then creates and submits a task for agent execution.
Authorization is the caller’s session plus the workspace-scoped trigger
lookup: a trigger in another workspace is simply not found. This used to sit
on the public router behind an X-Internal-Token check that skipped
itself whenever the secret was unset — which was every deployment, since
nothing ever sent that header.
Args: trigger_id: The unique identifier of the trigger request: Events and channel origin data trigger_service: Injected trigger service
Returns: Execution result with task ID
Raises: HTTPException: If trigger not found or execution fails
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Response
Successful Response
The response is of type Response Execute Trigger V1 Triggers Trigger Id Execute Post · object.