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)
message included keywordsstringOnly alert when the post/comment contains one of these keywords (comma-separated, max 10, 2–200 characters)
message excluded keywordsstringSuppress alerts when the post/comment contains one of these keywords (comma-separated, max 10, 2–200 characters)
api webhook urlstringOptional. Alerts from this tracker are sent to this API webhook URL, taking precedence over the account-level API webhook. Requires a plan with API webhooks.
slack webhook urlstringOptional. Alerts from this tracker are sent to this Slack webhook URL, taking precedence over the account-level Slack webhook. Requires a plan with Slack webhooks.

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,message included keywords,message excluded keywords,api webhook url
linkedin,https://www.linkedin.com/in/erikatrautman/,true,true,true,,,https://api.clay.com/v3/sources/webhook/pull-in-data-from-a-webhook-xxxx
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.