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": {},
"typedOutputs": {},
"failureReasonType": "<string>",
"requestContext": {
"source": "WORKFLOWS",
"workflowId": 123,
"actionExecutionIndexIdentifier": {
"actionExecutionIndex": 123,
"enrollmentId": 123
},
"actionId": 123
}
}
'This response has no body data.Schließen Sie eine spezifische blockierte Aktionsausführung nach ID ab.
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": {},
"typedOutputs": {},
"failureReasonType": "<string>",
"requestContext": {
"source": "WORKFLOWS",
"workflowId": 123,
"actionExecutionIndexIdentifier": {
"actionExecutionIndex": 123,
"enrollmentId": 123
},
"actionId": 123
}
}
'This response has no body data.Unterstützte Produkte
Erforderliche Bereiche
The access token received from the authorization server in the OAuth 2.0 flow.
Enthält die Ausgabefelder, die dem Callback zugeordnet sind, wobei jedes Feld als Schlüssel-Wert-Paar dargestellt wird.
Show child attributes
Enthält die eingegebenen Ausgaben im Zusammenhang mit dem Callback, strukturiert als Objekt.
Gibt den Grund für den Fehler beim Abschluss eines Callbacks an.
Gibt den Kontext an, in dem die Anfrage gestellt wird, wobei es sich um einen von mehreren vordefinierten Kontexten handeln kann.
Show child attributes