Skip to main content

Send bulk WhatsApp messages from Google Sheets using WasenderAPI

Workflow preview

Workflow preview
100%
Send bulk WhatsApp messages from Google Sheets using WasenderAPI preview
Open on n8n.io

Important notice

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

1. Workflow Overview

WhatsApp Bulk Message Broadcast From Google Sheet (Unofficial API) Who’s it for This workflow is designed for marketers, small business owners, freelancers, and support teams who want to automate W...

Best for

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

Tools used

n8n-nodes-base.googlesheets, n8n-nodes-base.splitinbatches, n8n-nodes-base.wait, n8n-nodes-base.limit, n8n-nodes-base.scheduletrigger, n8n-nodes-base.stickynote, n8n-nodes-base.httprequest

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Send bulk WhatsApp messages from Google Sheets using WasenderAPI
Workflow name
Send bulk WhatsApp messages from Google Sheets using WasenderAPI

WhatsApp Bulk Message Broadcast From Google Sheet (Unofficial API)

Who’s it for

This workflow is designed for marketers, small business owners, freelancers, and support teams who want to automate WhatsApp messaging using a Google Sheet without paying for the WhatsApp Business API. Ideal for those who need a budget-friendly and scalable bulk messaging solution using their personal or business WhatsApp number.

How it works / What it does

This workflow reads a Google Sheet for rows where the Status column is set to pending, sends a message via the connected WhatsApp number using the WasenderAPI, and updates the message status to sent. It repeats this process every 10 seconds while maintaining a safe API rate limit.

How to set up

  1. Duplicate the Sample Sheet: Use this format Sample Sheet.
  2. Fill contacts: Add WhatsApp numbers, names, and messages. Set the Status column to pending.
  3. Connect Google Sheets in the n8n node.
  4. Subscribe to WasenderAPI and get your API key.
  5. Paste API Key into the HTTP node (if using unofficial API).
  6. Activate your workflow in n8n.

Requirements

  • Google Sheets API credentials
  • A configured Google Sheet
  • WhatsApp (Personal or Business)
  • WasenderAPI.com subscription (approx. $6/month)
  • n8n setup with credentials for Google Sheets

How to customize the workflow

  • Add delay: Insert a Wait node if you want to add custom time gaps between messages.
  • Change message format: Modify the HTTP/Send Template node to send different message types (text, media, etc.).
  • Personalize content: Use dynamic data from sheet columns (e.g., name, image URL).
  • Add error handling: Insert a Set or IF node after the WhatsApp send node to capture and log failed deliveries.

Workflow Highlights

  • Triggers every 5 Minutes
  • Reads pending messages from Google Sheets
  • Sends WhatsApp messages using WasenderAPI or WhatsApp Cloud API
  • Updates each row’s Status to sent

Support & Community

Need help setting up or customizing the workflow? Reach out here:

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 All Pending Queries for Messaging

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

Block 2 - Change State of Rows in Sent

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

Block 3 - Loop Over Items

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

Block 4 - Wait

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

Block 5 - Limit

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

Block 6 - Trigger Every 5 Minute

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

Block 7 - Sticky Note1

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

Block 8 - Send Message Using HTTP Request

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

3. Summary Table

Workflow Send bulk WhatsApp messages from Google Sheets using WasenderAPI
Complexity intermediate
Nodes 8
Categories Social Media
Author SpaGreen Creative
Published 19 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6175/6175.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 Send bulk WhatsApp messages from Google Sheets using WasenderAPI do?

WhatsApp Bulk Message Broadcast From Google Sheet (Unofficial API) Who’s it for This workflow is designed for marketers, small business owners, freelancers, and support teams who want to automate W...

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.