• Live group demo of Marketing Hub + Data Agent

    Standardize reporting, reduce manual work, and introduce AI without cleanup

    Join us on March 12
  • Ready to build your local HubSpot community?

    HUG leaders host events, spark connections, and create spaces where people learn and grow together.

    Become a HUG Leader

How to get new contact WebHook for specific list

tomandersen
Participant

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 Upvotes
1 Accepted solution
WendyGoh
Solution
HubSpot Employee
HubSpot Employee

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. 

View solution in original post

2 Replies 2
WendyGoh
Solution
HubSpot Employee
HubSpot Employee

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
Participant

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.