Bridge exposes a developer webhook system that lets technical teams extend the integration with custom automations. This section is intended for developers and technical administrators.
Webhooks are configured under Developers > Webhooks in the Bridge admin console. The following fields are required:

These features are automatically reported when a CRM is connected. They can also be configured for a custom webhook if you need to route them elsewhere.

These are opt-in webhooks that let you build custom automations for specific event types.

Every webhook payload is signed with an HMAC signature using the Client Secret. Your endpoint should verify the signature before processing the payload to ensure it originated from Bridge.
Each configured feature has a Test button in the Webhooks configuration screen. Use it to send a sample payload to your endpoint and verify your integration is working correctly.