How to filter webhook events
Blog post from Unified.to
Webhook filters enable users to receive data only about specific events they are interested in by utilizing parameters such as company_id or type as filter options, particularly for virtual webhooks, with limited native support from platforms like Box. This functionality is essential for tailoring subscriptions to specific needs, such as filtering CRM Deal events in ActiveCampaign by company_id, and is determined by the integration type and data model. Users can define these filters when creating webhooks through the Unified.to web app or programmatically via the API, where filters are included as a string dictionary in the request payload. For detailed insights on creating webhook subscriptions, users are encouraged to review the comprehensive API guide.