add_keywords_to_global_blacklist
Block specific keywords from appearing in lead data by adding them to a global blacklist. Configure keyword types and matching methods to filter out unwanted company names, emails, domains, or other lead attributes.
Instructions
Add keywords to the global blacklist via JSON
Args: team_id: Team ID user_id: User ID keywords: List of keywords to blacklist (e.g., ["test", "test123"]) 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
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | ||
| user_id | Yes | ||
| keywords | Yes | ||
| keyword_type | Yes | ||
| comparison_type | Yes |