Skip to main content

Automatically join WhatsApp groups with Google Sheets and Evolution API

Workflow preview

Workflow preview
100%
Automatically join WhatsApp groups with Google Sheets and Evolution API preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Who’s it for This workflow is ideal for community managers, event organizers, and businesses that regularly manage multiple WhatsApp groups. If you have a growing list of invitation codes stored in...

Best for

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

Tools used

n8n-nodes-evolution-api-en.evolutionapi, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.splitinbatches, n8n-nodes-base.set, n8n-nodes-base.if, n8n-nodes-base.wait, n8n-nodes-base.scheduletrigger

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Sènato Julien KOUKPONOU.

Original n8n.io source

1.1 Workflow description

Title
Automatically join WhatsApp groups with Google Sheets and Evolution API
Workflow name
Automatically join WhatsApp groups with Google Sheets and Evolution API

Who’s it for

This workflow is ideal for community managers, event organizers, and businesses that regularly manage multiple WhatsApp groups. If you have a growing list of invitation codes stored in Google Sheets, this automation helps you automatically join groups, update statuses, and track results without manual work.

How it works / What it does

The workflow connects Google Sheets with WhatsApp through an automation sequence:

  • Reads the list of invitation codes from a Google Sheet.
  • Processes the first 50 unused codes per run.
  • Validates group links via a Fetch groups node.
  • Attempts to join each group using the Join group node.
  • Updates the sheet with the join status (success or failure).
  • Logs successful joins in a tracking list for easy follow-up.

This ensures a fully automated way to manage WhatsApp group invitations while keeping your data organized in Google Sheets.

How to set up

  1. Prepare a Google Sheet with invitation codes and a status column.
  2. Configure the Google Sheets node with read and write access.
  3. Set up your fetch-groups and join-group credentials.
  4. Adjust the Schedule Trigger to define how often the workflow should run.
  5. Test with a few sample codes before scaling.

Requirements

  • n8n (self-hosted or cloud).
  • Google Sheets API credentials.
  • WhatsApp integration (via [Evolution API] or another community node — self-hosted only).

How to customize the workflow

  • Change the batch size (default: 50 codes per run).
  • Add error handling or retry logic for invalid links.
  • Send real-time notifications (Slack, email, or Telegram) after each join.
  • Extend your Google Sheet schema with extra details (e.g., group category, campaign, date joined).

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 - Fetch groups

Type / Role
n8n-nodes-evolution-api-en.evolutionApi - evolutionApi
Config choices
Version 1

Block 2 - Lire invitation code

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

Block 3 - 50 premiers non traités

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

Block 4 - Loop Over Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 5 - Mapper données

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 6 - If

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 7 - Join group

Type / Role
n8n-nodes-evolution-api-en.evolutionApi - evolutionApi
Config choices
Version 1

Block 8 - Mis a jour statut

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

Block 9 - Wait

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 10 - Remplir liste

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

Block 11 - Mis a jour statut1

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

Block 12 - Schedule Trigger

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

Block 13 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 14 - Sticky Note

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

Block 15 - Sticky Note1

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

Block 16 - Sticky Note2

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

Block 17 - Sticky Note3

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

3. Summary Table

Workflow Automatically join WhatsApp groups with Google Sheets and Evolution API
Complexity advanced
Nodes 17
Categories Social Media
Author Sènato Julien KOUKPONOU
Published 23 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8880/8880.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 Automatically join WhatsApp groups with Google Sheets and Evolution API do?

Who’s it for This workflow is ideal for community managers, event organizers, and businesses that regularly manage multiple WhatsApp groups. If you have a growing list of invitation codes stored in...

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.