Zum Hauptinhalt springen
POST
/
automation
/
v4
/
actions
/
callbacks
/
complete
Einen Batch mit Rückrufen abschließen
curl --request POST \
  --url https://api.hubapi.com/automation/v4/actions/callbacks/complete \
  --header 'Content-Type: application/json' \
  --header 'private-app: <api-key>' \
  --data '{
  "inputs": [
    {
      "outputFields": {},
      "callbackId": "<string>"
    }
  ]
}'
This response has no body data.

Unterstützte Produkte

Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing Hub -Professional
Sales HubSales Hub -Professional
Service HubService Hub -Professional
Content HubContent Hub -Kostenlos
Diese API erfordert einen der folgenden Bereiche:
automation

Authorizations

private-app
string
header
required

Body

application/json
inputs
object[]
required