List Webhooks
Webhooks
List Webhooks
Retrieves a list of all webhooks subscribed in your workspace. Filter by event type or campaign ID.
GET
List Webhooks
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
Retrieves a list of all webhooks subscribed in your workspace. You can filter webhooks by event type and campaign ID to find specific subscriptions.Use Cases
- Audit: View all active webhook subscriptions in your workspace
- Management: Identify which webhooks are configured for specific campaigns
- Debugging: Verify webhook configurations and URLs
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
type | string | No | Filter by webhook event type (e.g., lead_tagged_interested, message_received) |
campaignId | string | No | Filter by specific campaign ID |
Available Event Types
When using thetype filter, you can specify any 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 |
Examples
List all webhooks
Filter by event type
Filter by campaign
Filter by both type and campaign
Response
The endpoint returns an array of webhook objects with the following structure:Error Responses
Invalid Webhook Type
Authorizations
API key for authentication. Generate from your WaLead dashboard.
Query Parameters
Filter by webhook event type
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 Filter by campaign ID