add_keywords_to_blacklist
Block unwanted leads by adding keywords to your seat's blacklist. Specify keywords, types like company name or email, and matching methods to filter out irrelevant contacts.
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
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| account_id | Yes | ||
| keywords | Yes | ||
| keyword_type | Yes | ||
| comparison_type | Yes |