Approval wait-state
The Approval node pauses automation execution and waits for a human to approve or reject it. Each pending approval has a unique, one-time token. The automation sends this token to a reviewer (e.g. via email or Slack), and the reviewer responds via these endpoints.Get approval status
GET /api/v1/automation/approvals/{token}
Returns the current status of the approval and, if still pending, a prompt message.
string
required
The approval token sent to the reviewer.
Respond to approval
POST /api/v1/automation/approvals/{token}
string
required
The approval token.
string
required
approve or rejectstring
Optional. ID of the user approving/rejecting.
.png?fit=max&auto=format&n=V5LGcGniNC1X_QJO&q=85&s=8c9ba3ce9a0d0045976180c9f669af26)
