Subscribe to Webhook
Webhooks
Subscribe to Webhook
Subscribe to a webhook to receive real-time notifications for specific events
POST
Subscribe to Webhook
Documentation Index
Fetch the complete documentation index at: https://docs.walead.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Subscribe to a webhook to receive real-time HTTP POST notifications when specific events occur in your workspace.Webhook URL Requirements
- Must use HTTPS (HTTP is not supported for security)
- Must be publicly accessible
- Should respond with a 200 status code within 5 seconds
- Should handle duplicate events idempotently
Available Event Types
Subscribe to one of these event types:| Event Type | Description |
|---|---|
lead_tagged_interested | Lead tagged as “Interested” |
lead_meeting_booked | Lead tagged as “Meeting Booked” |
lead_status_matched | Lead accepted by screening |
lead_status_discarded | Lead discarded by screening |
campaign_completed | Campaign finished |
message_received | Lead sent a message |
linkedin_account_disconnected | LinkedIn account disconnected |
connection_request_accepted | Lead accepted connection request |
campaign_without_leads | Active campaign ran out of leads |
Example Payloads
Lead Event Payload
Campaign Event Payload
Authorizations
API key for authentication. Generate from your WaLead dashboard.
Body
application/json
Webhook subscription details
HTTPS URL where webhook notifications will be sent
Type of event to subscribe to
Available options:
lead_tagged_interested, lead_meeting_booked, lead_status_matched, lead_status_discarded, campaign_completed, message_received, linkedin_account_disconnected, connection_request_accepted, campaign_without_leads