APIs & Integrations

Integry
Member

Webhooks not receiving

Update webhooks are not firing, I performed a bulk update on a list, let's say the city, it was updated but I only received webhooks for only a few of the contacts. I repeated this operation twice, 10 and 15 webhooks were missed respectively.
Hub id: 4865758

App ID: 192434 {"id":227741,"event":"contact_updated","date":"2020-06-01T11:45:14.499Z","ts":1591011915,"content":[{"email":"role_3@hs.co","list":{},"attributes":{"LASTNAME":"","FIRSTNAME":"role-3","COUNTRY":"England","COMPANY":"ABC"}}]}
0 Upvotes
2 Replies 2
WendyGoh
HubSpot Employee
HubSpot Employee

Webhooks not receiving

Hey @Integry,

 

In order for me to troubleshoot further on this, could you share with me the following:

1. The app ID in question.

2. The response body you received. 

0 Upvotes
Integry
Member

Webhooks not receiving

App ID: 192434

response Body:{ "id": 227741, "event": "contact_updated", "date": "2020-06-01T11:45:14.499Z", "ts": 1591011915, "content": [ { "email": "role_3@hs.co", "list": {}, "attributes": { "LASTNAME": "", "FIRSTNAME": "role-3", "COUNTRY": "England", "COMPANY": "ABC" } } ] }

0 Upvotes