Automation
English
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.
automation
The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the action execution.
Was this page helpful?