Add Lead to Campaing-Blocklist
Leads
Add Lead to Campaing-Blocklist
Blocks specific contacts in a campaign using their LinkedIn public identifiers. Once blocked, these leads will not receive any messages from the campaign.
POST
Add Lead to Campaing-Blocklist
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
Blocks specific contacts in a campaign using their LinkedIn public identifiers. Once blocked, these leads will not receive any messages from the campaign.Use Cases
- Prevent Outreach: Block specific LinkedIn profiles from receiving campaign messages
- Compliance: Exclude contacts who have requested not to be contacted
- Quality Control: Remove leads that don’t match your targeting criteria
Authentication
All requests require an API key passed in thex-api-key header. You can generate your API key from the WaLead dashboard.
Example Request
Request Details
This endpoint requires an API key for authentication and accepts an array of LinkedIn public identifiers to block.Public Identifiers
ThepublicIdentifiers field should contain LinkedIn profile identifiers (the username part of a LinkedIn URL). For example, from linkedin.com/in/john-doe, the public identifier would be john-doe.
Important Notes
- License Required: Pro or Agency license is required to use this endpoint
- The
publicIdentifiersarray is required and must not be empty - You can block multiple leads in a single request
- Blocked leads will be excluded from all campaign activities
- This is a public route that requires API key authentication
Authorizations
API key for authentication. Generate from your WaLead dashboard.
Path Parameters
Campaign ID
Body
application/json
Public identifiers of leads to block
Array of LinkedIn public identifiers to block (e.g., 'john-doe' from linkedin.com/in/john-doe)