Skip to content

Connect to a CRM via Webhooks

Forward events from DriftMapper to your CRM or other external services.

  1. Go to Integrations → Webhooks in the admin console.
  2. Click Add webhook.
  3. Enter the URL of your CRM's incoming webhook endpoint.
  4. Choose an authentication method (e.g. HMAC secret or Bearer token) and provide the credentials.
  5. Select which event types should be sent (e.g. user.invite.sent, release.completed).
  6. Optionally configure retry attempts and a dead-letter queue from the same screen.
  7. 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.