import_keywords_to_blacklist_csv
Add multiple keywords to your lead filtering blacklist by importing them from a CSV file. Specify keyword types like company names, emails, or domains and choose matching methods for precise filtering control.
Instructions
Import keywords to your seat's blacklist from a CSV file
Args: user_id: User ID account_id: Account ID (seat ID) csv_file_path: Path to CSV file containing keywords 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 with import results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| account_id | Yes | ||
| csv_file_path | Yes | ||
| keyword_type | Yes | ||
| comparison_type | Yes |