cURL
curl --request POST \ --url https://api.hubapi.com/automation/v4/actions/callbacks/{callbackId}/complete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "outputFields": {} } '
This response has no body data.
Complete a specific blocked action execution by ID.
Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the action execution.
Show child attributes
Was this page helpful?