Skip to main content

Bulk Alerts Creation

Multifollow allows you to create multiple trackers at once using a CSV file.

CSV File Format

Your CSV file should use commas as delimiters (","). The first row must contain the column headers, and each subsequent row represents one alert configuration.

Required Columns

Column nameTypeDescription
platformstringThe social media platform where the new activity is detected. Possible values: "linkedin", "twitter"
profile urlstringThe URL of the profile you are tracking

Optional Columns

Column nameTypeDescription
track postsbooleanMonitor posts published by this profile
track commentsbooleanMonitor comments made by this profile
track likesbooleanMonitor likes given by this profile (LinkedIn only)
included keywordsstringOnly alert when the post/comment contains one of these keywords (comma-separated, max 10, 2–200 characters)
excluded keywordsstringSuppress alerts when the post/comment contains one of these keywords (comma-separated, max 10, 2–200 characters)

Examples

Basic Example

platform,profile url
linkedin,https://www.linkedin.com/in/erikatrautman/
linkedin,https://www.linkedin.com/company/anthropicresearch/
twitter,https://x.com/elonmusk

Advanced Example

platform,profile url,track posts,track comments,track likes,included keywords,excluded keywords
linkedin,https://www.linkedin.com/in/erikatrautman/,true,true,true,,
linkedin,https://www.linkedin.com/company/anthropicresearch/,true,false,false,claude,sonnet
twitter,https://x.com/elonmusk,true,true,false,spacex,

File Size Limit

The maximum file size for import is 10 MB. This should be more than enough for most use cases, as a typical CSV file with hundreds of keywords will be much smaller, but if you need to import a larger file, please contact us.

Import Process

  1. Prepare your CSV file following the format described above
  2. Go to the Bulk Import page in your KWatch dashboard
  3. Click "Choose File" and select your CSV file
  4. Optionally, enable "Override existing alerts" if you want to replace all your current alerts
  5. Click "Import file"

After the import is complete, you'll see a success message, and your new alerts will be immediately active.