SalesLoft Webhooks & Events Overview Handle SalesLoft webhook notifications for real-time data sync. SalesLoft sends webhooks for person updates, email events (sent, opened, clicked, replied, bounced), call completions, and cadence membership changes. Webhooks use HMAC-SHA256 signatures. Instructions Step 1: Register Webhook in SalesLoft Configure webhooks in SalesLoft Settings Integrations Webhooks: - URL: - Events: Select specific events (person.updated, email.sent, etc.) - Copy the webhook signing secret Step 2: Signature Verification Step 3: Event Router Step 4: Express Webhook Endpoint S…