Exclude Accounts
Account exclusion lets you mark companies that should not be targeted for outreach. Excluded accounts will not appear in your qualified account lists and will be filtered out from campaign targeting.
How It Works
When you exclude an account:
- The company is looked up or created in your organization's prospect database
- It is marked as a misfit (excluded from all campaigns)
- The exclusion is applied globally across all your campaigns
Exclude via API
curl -X POST -H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"company_url": "https://example.com",
"company_name": "Example Corp",
"company_linkedin_url": "https://linkedin.com/company/example"
}' \
https://api.coldreach.ai/public/v1/accounts/exclude
Only company_url is required. The other fields help with matching accuracy.
Use Cases
- Customer exclusion — Don't target existing customers
- Competitor exclusion — Avoid reaching out to competitors
- DNC lists — Respect do-not-contact requests
- CRM sync — Automatically exclude accounts from your CRM that shouldn't be targeted
See the API Reference for complete request/response details.