Block 1 - Schedule Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Auto like and repost latest tweets from accounts in Google Sheets Who’s it for Teams and solo creators who manage multiple X (Twitter) accounts they follow and want consistent engagement with minim...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.twitter, n8n-nodes-base.limit, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by masaya kawabe.
Original n8n.io sourceAuto-like and repost latest tweets from accounts in Google Sheets Who’s it for
Teams and solo creators who manage multiple X (Twitter) accounts they follow and want consistent engagement with minimal effort. Ideal for social managers, community leads, and campaign operators who need safe, repeatable automation.
What it does / How it works
On a schedule, the workflow reads a Google Sheet of screen names, fetches each account’s latest tweets, then likes and reposts them. A Limit node caps daily actions to respect rate limits and reduce risk. Every step includes Sticky notes: a yellow Overview (full description + safety notes) and white per-step notes (setup tips, filters, and expansion ideas).
How to set up
Add Credentials for X (Twitter) OAuth2 and Google Sheets (no hardcoded tokens).
Point the Google Sheets node to your sheet (header アカウントID, screen names without @).
Adjust the search query (e.g., -is:reply -is:retweet) and results per run.
Set the Schedule Trigger cadence and Limit (start with 1–3).
Test with a staging account, then enable scheduling.
Requirements
n8n 1.x+
X (Twitter) OAuth2 and Google Sheets OAuth2 credentials
A Google Sheet with column アカウントID
How to customize the workflow
Add a dry-run flag (Set → IF) to skip actions in testing.
Insert IF filters for NG words, language, or tweet age (created_at).
Add a Wait node between Like and Repost for cooldowns.
Append logs to another Google Sheet (status, URL, timestamp).
Security & quality: Use Credentials only, avoid personal IDs in nodes, and keep actions modest to respect API limits.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Scheduled automation for X and Google Sheets services |
|---|---|
| Complexity | intermediate |
| Nodes | 13 |
| Categories | Social Media |
| Author | masaya kawabe |
| Published | 16 Oct 2025 |
Use the JSON export at /data/workflows/9758/9758.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Auto like and repost latest tweets from accounts in Google Sheets Who’s it for Teams and solo creators who manage multiple X (Twitter) accounts they follow and want consistent engagement with minim...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media use case.