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 →
{
"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
}
]
]
}
}
}
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
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
Disclaimer: this workflow only works on self-hosted instances due to the file system usage.
More workflow: https://aitool.wiki/
⚠️ 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.
> ⚠️ Disclaimer: This workflow uses Community Nodes and requires a self-hosted n8n instance.