APIs & Integrations

VEspo
Top Contributor

Webhook filtering on changeSource

SOLVE

Is there a way to supress webhooks coming from a specific changeSource?  For instance, if I wanted to eliminate receiving any where changeSource = API?  There are 2 credentials sending updates to HS via APIs - so even though I don't see the updates I send, would also like to eliminate the updates coming from the other credentials.

 

Thanks in advance!

 

@VEspo 

0 Upvotes
1 Accepted solution
Mike_Eastwood
Solution
Key Advisor | Gold Partner
Key Advisor | Gold Partner

Webhook filtering on changeSource

SOLVE

Hi @VEspo 

 

You can select the properties the webhook returns, then exit if the property meets your criteria to exclude.

 

As far as I know there's no way to selectively call a webhook.

 

Another way to handle it (depending on you HubSpot Package) is to call the webhook from a workflow.

 

That would give you full control over which objects calls the API.

 

Have fun

Mike

View solution in original post

1 Reply 1
Mike_Eastwood
Solution
Key Advisor | Gold Partner
Key Advisor | Gold Partner

Webhook filtering on changeSource

SOLVE

Hi @VEspo 

 

You can select the properties the webhook returns, then exit if the property meets your criteria to exclude.

 

As far as I know there's no way to selectively call a webhook.

 

Another way to handle it (depending on you HubSpot Package) is to call the webhook from a workflow.

 

That would give you full control over which objects calls the API.

 

Have fun

Mike