Skip to main content

Scheduled automation for X and Google Sheets services

Workflow preview

Workflow preview
100%
Scheduled automation for X and Google Sheets services preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

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...

Best for

  • Social Media automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.twitter, n8n-nodes-base.limit, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by masaya kawabe.

Original n8n.io source

1.1 Workflow description

Title
Scheduled automation for X and Google Sheets services
Workflow name
Scheduled automation for X and Google Sheets services

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 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.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 2 - Read accounts from Google Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 3 - Get latest tweets

Type / Role
n8n-nodes-base.twitter - twitter
Config choices
Version 2

Block 4 - Like tweet

Type / Role
n8n-nodes-base.twitter - twitter
Config choices
Version 2

Block 5 - Repost tweet

Type / Role
n8n-nodes-base.twitter - twitter
Config choices
Version 2

Block 6 - Limit

Type / Role
n8n-nodes-base.limit - limit
Config choices
Version 1

Block 7 - 🟨 Sticky: Overview

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky: Schedule Trigger

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky: Google Sheets Read

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky: Get Latest Tweets

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky: Limit

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky: Like Tweet

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky: Repost Tweet

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Scheduled automation for X and Google Sheets services
Complexity intermediate
Nodes 13
Categories Social Media
Author masaya kawabe
Published 16 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9758/9758.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Scheduled automation for X and Google Sheets services do?

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...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.