APIs & Integrations

Integry
Member

Re: Webhooks not firing for bulk updates

Update webhooks are not firing, I performed a bulk update on a list, it was updated but webhooks for 4 out of 20 contacts were missed.

Hub id: 7972308
App ID: 192434

emails for which no webhooks were received:
frozen_9@hotmail.com
frozen_13@hotmail.com
frozen_11@hotmail.com
frozen_1@hotmail.com

the payload of the webhooks that I received:
{
"objectId": 901,
"propertyName": "email",
"propertyValue": "frozen_17@hotmail.com",
"changeSource": "IMPORT",
"eventId": 765363961,
"subscriptionId": 170124,
"portalId": 7972308,
"appId": 192434,
"occurredAt": 1593156607234,
"subscriptionType": "contact.propertyChange",
"attemptNumber": 0
}

0 Upvotes
1 Reply 1
WendyGoh
HubSpot Employee
HubSpot Employee

Re: Webhooks not firing for bulk updates

Hey @Integry,

 

I'm able to locate the contact property email changed webhook event on portal 7972308 and here's the following event ID respectively:

 

1. 542851821

2. 3437134841

3. 1998389009

4. 1007775269

 

If you search based on the event ID of the above, you should be able to see the payload:

eventId.png

0 Upvotes