๐Ÿ“Š Monitor brand mentions with OpenAI across Twitter/X, Reddit, News, Airtable and Slack

โšก 9 views ยท ๐Ÿ“Š Market Research & Insights

๐Ÿ’ก Pro Tip โ€” For competitive intelligence, ScraperNode can automate the data collection โ€” Yelp reviews, Glassdoor company data, and Crunchbase profiles all return structured JSON you can feed straight into this workflow.

View All Scrapers

Description

Monitors brand mentions across Twitter/X, Reddit, and News APIs in real-time (or scheduled), fetches mentions in parallel, normalizes data, uses AI to analyze sentiment/urgency/topics, detects duplicates, filters critical mentions, logs everything to Airtable, posts alerts to Slack, and emails daily HTML digest reports to the marketing team.

Good to Know

How It Works

1. Trigger & configure

2. Fetch & collect mentions

3. AI analyze & deduplicate

4. Store, alert & report

Data Sources

How to Use

  1. Import the workflow JSON into your n8n instance
  2. Configure credentials:
    • Twitter/X API (OAuth or Bearer token for search)
    • Reddit API (if using official; or RSS/HTTP for subreddits)
    • News API key (e.g. NewsAPI.org)
    • OpenAI API key (or Grok/other LLM)
    • Airtable API key + base/table
    • Slack webhook or app token
    • Email SMTP credentials
  3. Set monitoring parameters โ€” Edit brand name, keywords, exclude lists in Set monitoring config node
  4. Customize AI prompt โ€” In the AI sentiment node, tweak for brand-specific tone, industry terms, urgency criteria
  5. Adjust schedule โ€” Change interval in Monitor mentions every hour trigger
  6. Tune filters โ€” Set thresholds for alerts (e.g. only negative + high urgency)
  7. Test manually โ€” Use Execute Workflow to simulate with known mentions
  8. Activate โ€” Turn on and watch Executions + Airtable/Slack for results

Requirements

Customizing This Workflow

๐Ÿ”— Nodes Used

Send Email, HTTP Request, Schedule Trigger, Filter

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup