Coming Soon — Webhooks are currently in development and will be available in Q2 2026.
What are Webhooks?
Webhooks allow you to receive real-time HTTP notifications when specific events occur in your LeadLex workspace. Instead of polling the API, your application will be notified instantly.Planned Event Types
When webhooks launch, you’ll be able to subscribe to these events:Contact Events
contact.created— New contact addedcontact.updated— Contact information changedcontact.deleted— Contact removed
Campaign Events
campaign.created— New campaign createdcampaign.started— Campaign launchedcampaign.completed— Campaign finishedcampaign.email_sent— Individual email sentcampaign.email_opened— Recipient opened emailcampaign.email_replied— Recipient replied
Lexi AI Events
lexi.task_created— Lexi created a new task requiring approvallexi.task_approved— Task was approvedlexi.task_completed— Task execution finishedlexi.task_failed— Task execution failed
List Events
list.created— New list createdlist.updated— List modifiedlist.contact_added— Contact added to list
Example Webhook Payload
When an event occurs, we’ll send a POST request to your webhook URL:Security (HMAC Verification)
Each webhook request will include a signature header for verification:Retry Logic
If your webhook endpoint is unavailable, we’ll retry with exponential backoff:- 1st retry: 5 seconds
- 2nd retry: 30 seconds
- 3rd retry: 5 minutes
- 4th retry: 1 hour
- 5th retry: 6 hours
Configuration (Coming Soon)
When webhooks launch, you’ll be able to configure them in your dashboard:- Go to Settings → API & Integrations → Webhooks
- Click Create Webhook
- Enter your endpoint URL (must be HTTPS)
- Select which events to subscribe to
- Save and receive your webhook secret
Testing
We’ll provide a webhook testing interface where you can:- Send test payloads to your endpoint
- View delivery logs and responses
- Retry failed deliveries
- Inspect request/response details
Notify Me When Ready
Want to be notified when webhooks are available?Email Support
Email us at support@leadlex.com to join the early access list
Alternative: Polling
Until webhooks are available, you can poll the API for updates:Questions?
Contact Support
Have questions about webhooks or need help with polling? Reach out to support@leadlex.com