add_keywords_to_blacklist
Block unwanted leads by adding keywords to a blacklist for filtering company names, emails, domains, and other lead attributes in the Multilead platform.
Instructions
Add keywords to your seat's blacklist via JSON
Args: user_id: User ID account_id: Account ID (seat ID) keywords: List of keywords to blacklist (e.g., ["John Smith"]) keyword_type: Type of keyword. Options: "company_name", "email", "domain", "full_name", "profile_url", "job_title" comparison_type: How to match keywords. Options: "exact", "contains", "starts_with", "ends_with"
Returns: Success confirmation
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| account_id | Yes | ||
| keywords | Yes | ||
| keyword_type | Yes | ||
| comparison_type | Yes |