Connect to a CRM via Webhooks
Forward events from DriftMapper to your CRM or other external services.
- Go to Integrations → Webhooks in the admin console.
- Click Add webhook.
- Enter the URL of your CRM's incoming webhook endpoint.
- Choose an authentication method (e.g. HMAC secret or Bearer token) and provide the credentials.
- Select which event types should be sent (e.g.
user.invite.sent,release.completed). - Optionally configure retry attempts and a dead-letter queue from the same screen.
- Save the webhook.
Once created, each outgoing delivery is logged on the webhook detail page where you can retry or inspect failures.
Use the Test button to send a sample payload before going live.