Webhook filtering on changeSource

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

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