APIs & Integrations

Solution2
Member

Webhooks and record creation

In the webhook documentation, I see one part of the payload being:

{
“objectId”: 1246978,
“changeSource”: “IMPORT”,
“eventId”: 3816279480,
“subscriptionId”: 22,
“portalId”: 33,
“appId”: 1160452,
“occurredAt”: 1462216307945,
“subscriptionType”: “contact.creation”,
“attemptNumber” : 0,
}

Does this mean that on contact creation, all that will be sent is a notification that a contact has been created without contact property details?

0 Upvotes
1 Reply 1
3PETE
HubSpot Employee
HubSpot Employee

Webhooks and record creation

@Solution Yes that is correct, Upon notification you could then hit the recently created contact list to start to gather more details on which contacts were just created.

Get recently updated and created contacts | Contacts API

GET /contacts/v1/lists/recently_updated/contacts/recent - For a given portal, return all contacts that have been recently updated or created. A paginated list of contacts will be returned to you, with a maximum of 100 contacts per page, as specified...

0 Upvotes