import_keywords_to_blacklist_csv
Add keywords from a CSV file to a Multilead account's blacklist to filter out unwanted leads based on company names, emails, domains, or other criteria.
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 |