APIs & Integrations

tomandersen
参加者

How to get new contact WebHook for specific list

解決

I am looking to develop an application that gets a notification every time a contact is added, which looks straightforward, but we only want to do anything when a contact is created on a specific, user chosen list.

 

Is this possible to get notified when a contact is added to a specific list?

 

It seems that the hubspot Zapier tool has this capability. Its one of the 14 triggers listed at the zapier hubspot page.

0 いいね!
1件の承認済みベストアンサー
WendyGoh
解決策
HubSpot Employee
HubSpot Employee

How to get new contact WebHook for specific list

解決

Hey @tomandersen,

 

Currently, the HubSpot Webhook does not support the notification subscription type when a contact is added to a HubSpot list. 

 

These are the current supported subscription types: 

  • Contact creations

  • Contact deletions

  • Privacy compliant contact deletions - see below for more details

  • Contact property changes

  • Company creations

  • Company deletions

  • Company property changes

  • Deal creations

  • Deal deletions

  • Deal property changes

You can learn more here: Webhooks API Overview.

 

For this, I'd recommend for you to periodically poll this endpoint - Get recently added contacts from a list to get contacts recently added to a list. 

元の投稿で解決策を見る

2件の返信
WendyGoh
解決策
HubSpot Employee
HubSpot Employee

How to get new contact WebHook for specific list

解決

Hey @tomandersen,

 

Currently, the HubSpot Webhook does not support the notification subscription type when a contact is added to a HubSpot list. 

 

These are the current supported subscription types: 

  • Contact creations

  • Contact deletions

  • Privacy compliant contact deletions - see below for more details

  • Contact property changes

  • Company creations

  • Company deletions

  • Company property changes

  • Deal creations

  • Deal deletions

  • Deal property changes

You can learn more here: Webhooks API Overview.

 

For this, I'd recommend for you to periodically poll this endpoint - Get recently added contacts from a list to get contacts recently added to a list. 

tomandersen
参加者

How to get new contact WebHook for specific list

解決

Thanks.

 

We are going to use the Zapier integration then as that does what we want. We would fallback to using our own webhook/polling solution if the zapier solution does not work.