AutomationFlowsSlack & Telegram › Monitor Politicians' Social Media via Cron

Monitor Politicians' Social Media via Cron

Original n8n title: Politician Social Media Monitor

Politician Social Media Monitor. Uses httpRequest, slack. Scheduled trigger; 7 nodes.

Cron / scheduled trigger★★☆☆☆ complexity7 nodesHTTP RequestSlack
Slack & Telegram Trigger: Cron / scheduled Nodes: 7 Complexity: ★★☆☆☆ Added:

This workflow follows the HTTP Request → Slack recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "Politician Social Media Monitor",
  "nodes": [
    {
      "id": "Schedule",
      "type": "n8n-nodes-base.cron",
      "parameters": {
        "triggerTimes": [
          {
            "mode": "every15Minutes"
          }
        ]
      }
    },
    {
      "id": "Fetch Tweets",
      "type": "n8n-nodes-base.httpRequest",
      "parameters": {
        "url": "https://api.twitter.com/2/users/{{$json.twitterId}}/tweets",
        "authentication": "oAuth2",
        "queryParametersUi": {
          "parameter": [
            {
              "name": "tweet.fields",
              "value": "created_at,public_metrics,entities"
            }
          ]
        }
      }
    },
    {
      "id": "Fetch Threads",
      "type": "n8n-nodes-base.httpRequest",
      "parameters": {
        "url": "https://graph.threads.net/v1.0/{{$json.threadsId}}/posts",
        "authentication": "oAuth2"
      }
    },
    {
      "id": "Merge Streams",
      "type": "n8n-nodes-base.merge",
      "parameters": {
        "mode": "append"
      }
    },
    {
      "id": "Call Flowise",
      "type": "n8n-nodes-base.httpRequest",
      "parameters": {
        "url": "https://flowise.opendiscourse.ai/api/v1/pipelines/social-audit",
        "method": "POST",
        "jsonParameters": true,
        "options": {
          "bodyContentType": "json"
        },
        "bodyParametersJson": "={\"posts\": $json}"
      }
    },
    {
      "id": "Persist",
      "type": "n8n-nodes-base.httpRequest",
      "parameters": {
        "url": "https://api.opendiscourse.ai/ingest/social",
        "method": "POST",
        "jsonParameters": true,
        "options": {
          "bodyContentType": "json"
        },
        "bodyParametersJson": "=$json"
      }
    },
    {
      "id": "Alert",
      "type": "n8n-nodes-base.slack",
      "parameters": {
        "channel": "#politician-alerts",
        "text": "={{$json.alert}}"
      }
    }
  ],
  "connections": {
    "Schedule": {
      "main": [
        [
          {
            "node": "Fetch Tweets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Tweets": {
      "main": [
        [
          {
            "node": "Fetch Threads",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Threads": {
      "main": [
        [
          {
            "node": "Merge Streams",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge Streams": {
      "main": [
        [
          {
            "node": "Call Flowise",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Call Flowise": {
      "main": [
        [
          {
            "node": "Persist",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Persist": {
      "main": [
        [
          {
            "node": "Alert",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Politician Social Media Monitor. Uses httpRequest, slack. Scheduled trigger; 7 nodes.

Source: https://github.com/cbwinslow/opendiscourse-sdk/blob/6b074fff2a62361814e0315292b241c138830149/templates/n8n/social_media_monitor.json — original creator credit. Request a take-down →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Slack & Telegram

Stop the daily grind of checking multiple apps just to stay updated. This template automates the creation of recurring digests by querying a powerful AI assistant you build on the Super platform.

HTTP Request, Slack
Slack & Telegram

TitanCrew — Daily Churn Prevention Scan. Uses httpRequest, slack. Scheduled trigger; 5 nodes.

HTTP Request, Slack
Slack & Telegram

Cron HTTP IF Slack. Uses httpRequest, slack. Scheduled trigger; 4 nodes.

HTTP Request, Slack
Slack & Telegram

This workflow is an automated employee time tracking and reporting system that monitors weekly work hours via TMetric, then delivers personalized summaries directly to each team member on Slack. It co

HTTP Request, Item Lists, Data Table +1
Slack & Telegram

Import Productboard Notes Companies And Features Into Snowflake. Uses stickyNote, httpRequest, splitOut, snowflake. Scheduled trigger; 35 nodes.

HTTP Request, Snowflake, Slack