AutomationFlowsSocial Media › Twitter Mentions to Google Sheet

Twitter Mentions to Google Sheet

Twitter Mentions To Google Sheet. Uses twitterTrigger, googleSheets. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesTwitter TriggerGoogle Sheets
Social Media Trigger: Event Nodes: 2 Complexity: ★☆☆☆☆ Added:

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
{
  "nodes": [
    {
      "parameters": {
        "query": "@your_handle OR keyword",
        "options": {}
      },
      "name": "Twitter Trigger (Mentions)",
      "type": "n8n-nodes-base.twitterTrigger",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "authentication": "oAuth2",
        "operation": "append",
        "spreadsheetId": "",
        "sheetName": "Sheet1",
        "valueInputOption": "RAW",
        "options": {
          "values": "=[[\"{{ $json.user.screen_name }}\", \"{{ $json.text }}\", \"{{ $json.created_at }}\"]]"
        }
      },
      "name": "Google Sheet Append",
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 1,
      "position": [
        500,
        300
      ]
    }
  ],
  "connections": {
    "Twitter Trigger (Mentions)": {
      "output": [
        [
          {
            "node": "Google Sheet Append",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

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

About this workflow

Twitter Mentions To Google Sheet. Uses twitterTrigger, googleSheets. Event-driven trigger; 2 nodes.

Source: https://github.com/EdgeAgent/n8n-automations/blob/main/twitter_mentions_to_google_sheet/twitter_mentions_to_google_sheet.json — original creator credit. Request a take-down →

More Social Media workflows → · Browse all categories →

Related workflows

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

Social Media

Who is this for? This template is perfect for sales teams, recruiters, marketing professionals, and business development specialists who need to gather comprehensive LinkedIn profile data at scale. Id

HTTP Request, Google Sheets
Social Media

Disclaimer: this workflow only works on self-hosted instances due to the file system usage.

Execute Workflow Trigger, HTTP Request, Form Trigger +3
Social Media

More workflow: https://aitool.wiki/

Google Sheets, Google Drive, Read Write File +3
Social Media

⚠️ Important — Start Here Before importing this template, make a personal copy of the provided Google Sheets template. This workflow is designed to work out of the box with that sheet.

Google Sheets, N8N Nodes Browserflow
Social Media

> ⚠️ Disclaimer: This workflow uses Community Nodes and requires a self-hosted n8n instance.

HTTP Request, Telegram Trigger, Google Sheets +1