POST
/
webhooks
/
v3
/
{appId}
/
subscriptions
/
batch
/
update
イベント配信登録を一括作成
curl --request POST \
  --url https://api.hubapi.com/webhooks/v3/{appId}/subscriptions/batch/update \
  --header 'Content-Type: application/json' \
  --data '{
  "inputs": [
    {
      "active": true,
      "id": 123
    }
  ]
}'
{
  "completedAt": "2023-11-07T05:31:56Z",
  "requestedAt": "2023-11-07T05:31:56Z",
  "startedAt": "2023-11-07T05:31:56Z",
  "links": {},
  "results": [
    {
      "createdAt": "2023-11-07T05:31:56Z",
      "objectTypeId": "<string>",
      "propertyName": "<string>",
      "active": true,
      "eventType": "contact.propertyChange",
      "id": "<string>",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "status": "PENDING"
}
サポートされる製品
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing HubProfessional
Sales HubSales HubProfessional
Service HubService HubProfessional
Content HubContent HubStarter

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer
required

アプリのID。

Body

application/json

Response

200
application/json

successful operation

The response is of type object.