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"
}Aktualisieren Sie die Webhook-Einstellungen für die angegebene App.
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"
}Unterstützte Produkte
Die ID der Ziel-App.
New webhook settings to configure for the app, or updated settings to replace existing configuration.
New or updated webhook settings for an app.
Eine öffentlich verfügbare URL, die von HubSpot aufgerufen wird und an die Event-Payloads gesendet werden. In link-so-some-doc finden Sie Einzelheiten über das Format dieser Event-Payloads.
Configuration details for webhook throttling.
Show child attributes
successful operation
Webhook settings for an app.
Wann dieses Abonnement erstellt wurde. Formatiert als Millisekunden ab der Unix-Epoche.
Eine öffentlich verfügbare URL, die von HubSpot aufgerufen wird und an die Event-Payloads gesendet werden. In link-so-some-doc finden Sie Einzelheiten über das Format dieser Event-Payloads.
Configuration details for webhook throttling.
Show child attributes
Wann dieses Abonnement zuletzt aktualisiert wurde. Formatiert als Millisekunden ab der Unix-Epoche.