APIs & Integrations

rsganesh
Member

How to get HS user token related to a contact via webhook?

Is there a way if i can get HubSpot user token(cookie token) which is tracked in HS forms through a contact webhook subcription?

 

The property "HubSpot usertoken" is not listed in webhook subcription

1 Reply 1
WendyGoh
HubSpot Employee
HubSpot Employee

How to get HS user token related to a contact via webhook?

Hey @rsganesh

 

Currently, the HubSpot user token isn't store in a contact property and as such, it is not possible to create a Webhook contact.propertyChange subscription type for HubSpot user token. 

 

Additionally, for now, these are the subscription types that HubSpot Webhook support:

  • contact.creation - To get notified if any contact is created in a customer's account.

  • contact.deletion - To get notified if any contact is deleted in a customer's account.

  • contact.privacyDeletion - To get notified if a contact is deleted for privacy compliance reasons. See below for more details.
  • contact.propertyChange - To get notified if a specified property is changed for any contact in a customer's account.

  • company.creation - To get notified if any company is created in a customer's account.

  • company.deletion - To get notified if any company is deleted in a customer's account.

  • company.propertyChange - To get notified if a specified property is changed for any company in a customer's account.

  • deal.creation - To get notified if any deal is created in a customer's account.

  • deal.deletion - To get notified if any deal is deleted in a customer's account.

  • deal.propertyChange - To get notified if a specified property is changed for any deal in a customer's account.

 

0 Upvotes