v1

latestOpenAPI 3.1.02026-07-22100167210.7 KB
Automation

Trigger Automation

Manually triggers an automation. Automations with a cron trigger can be triggered directly; automations with a GitHub pull_request.command trigger can be triggered against a specific pull request by passing pr. This creates a new workspace and execution.

post/v1/automations/{id}/trigger

Path parameters

idstring uuid required

The unique identifier of the automation

Request body

payloadobject

Optional payload to pass to the automation execution

Response

Automation triggered successfully

execution_idstring uuid required

Unique identifier for the execution

workspace_idstring uuid nullable required

The workspace created for this execution