curl --request PUT \
--url 'https://api.hubapi.com/webhooks/v3/{appId}/settings?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"targetUrl": "https://www.example.com/hubspot/target",
"throttling": {
"maxConcurrentRequests": 10,
"period": "SECONDLY"
}
}
'{
"createdAt": "2020-01-24T16:27:59Z",
"targetUrl": "https://www.example.com/hubspot/target",
"throttling": {
"maxConcurrentRequests": 10,
"period": "SECONDLY"
},
"updatedAt": "2020-01-24T16:32:43Z"
}指定されたアプリのWebhook設定を更新します。
curl --request PUT \
--url 'https://api.hubapi.com/webhooks/v3/{appId}/settings?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"targetUrl": "https://www.example.com/hubspot/target",
"throttling": {
"maxConcurrentRequests": 10,
"period": "SECONDLY"
}
}
'{
"createdAt": "2020-01-24T16:27:59Z",
"targetUrl": "https://www.example.com/hubspot/target",
"throttling": {
"maxConcurrentRequests": 10,
"period": "SECONDLY"
},
"updatedAt": "2020-01-24T16:32:43Z"
}アプリのID。
New or updated webhook settings for an app.
イベントペイロードが配信される、HubSpotがコールする公開URL。これらのイベントペイロードの形式の詳細については、link-so-some-docを参照してください。
Configuration details for webhook throttling.
表示 子属性
successful operation
Webhook settings for an app.
この配信登録が作成された日時。[Unixエポック](#)からのミリ秒数の形式になります。
イベントペイロードが配信される、HubSpotがコールする公開URL。これらのイベントペイロードの形式の詳細については、link-so-some-docを参照してください。
Configuration details for webhook throttling.
表示 子属性
この配信登録が最後に更新された日時。[Unixエポック](#)からのミリ秒数の形式になります。