add_keywords_to_global_blacklist
Block unwanted leads by adding keywords to a global blacklist. Specify keyword type and matching method to filter out irrelevant data from lead management systems.
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 |