Automation
English
cURL
curl --request POST \ --url https://api.hubapi.com/automation/v4/actions/callbacks/complete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "inputs": [ { "outputFields": {}, "callbackId": "<string>" } ] }'
This response has no body data.
Complete a batch of blocked action executions.
automation
The access token received from the authorization server in the OAuth 2.0 flow.
Was this page helpful?