Webhooks
Receive real-time notifications when events occur.
Webhooks allow you to receive real-time HTTP POST notifications when events occur in your InsureSignal account.
Supported Events: lead.purchased, lead.delivered, lead.license_expiring, lead.license_expired, account.payment_received, account.payment_failed.
Setup: Go to Settings > API > Webhooks to configure your endpoint URL and select which events to receive.
Security: All webhook payloads include an HMAC signature in the X-InsureSignal-Signature header. Verify this signature to ensure the payload is authentic.
Retries: Failed deliveries are retried up to 5 times with exponential backoff. You can view delivery logs from the webhook settings page.