curl --request PUT \
--url https://api.hubapi.com/webhooks/v3/{appId}/settings \
--header 'Authorization: Bearer <token>' \
--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"
}Actualiza la configuración del webhook para la aplicación especificada.
curl --request PUT \
--url https://api.hubapi.com/webhooks/v3/{appId}/settings \
--header 'Authorization: Bearer <token>' \
--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"
}Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.es/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
The access token received from the authorization server in the OAuth 2.0 flow.
El ID de la aplicación de destino.
New webhook settings to configure for the app, or updated settings to replace existing configuration.
New or updated webhook settings for an app.
Una URL pública para que HubSpot llame donde se entregarán las cargas útiles del evento. Consulta link-so-some-doc [blocked] para obtener detalles sobre el formato de estas cargas útiles de eventos.
Configuration details for webhook throttling.
Show child attributes
successful operation
Webhook settings for an app.
Cuando se creó esta suscripción. Formateado como milisegundos desde la Unix epoch [blocked].
Una URL pública a la que HubSpot puede llamar para entregar las cargas útiles de eventos. Consulta link-so-some-doc [blocked] para obtener detalles sobre el formato de estas cargas útiles de eventos.
Configuration details for webhook throttling.
Show child attributes
Cuando se actualizó por última vez esta suscripción. Formateado como milisegundos desde la Unix epoch [blocked].