Webhooks
English
cURL
curl --request POST \ --url https://api.hubapi.com/webhooks/v3/{appId}/subscriptions \ --header 'Content-Type: application/json' \ --data '{ "active": true, "eventType": "contact.propertyChange", "propertyName": "email" }'
{ "createdAt": "2023-11-07T05:31:56Z", "objectTypeId": "<string>", "propertyName": "<string>", "active": true, "eventType": "contact.propertyChange", "id": "<string>", "updatedAt": "2023-11-07T05:31:56Z" }
Create new event subscription for the specified app.
The ID of the app.
New webhook settings for an app.
successful operation
Complete details for an event subscription.
Was this page helpful?