Skip to main content

Bulk WhatsApp & Gmail messenger with Google Sheets status tracking via InboxPlus

Workflow preview

Workflow preview
100%
Bulk WhatsApp & Gmail messenger with Google Sheets status tracking via InboxPlus preview
Open on n8n.io

Important notice

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

1. Workflow Overview

How it works This workflow sends WhatsApp messages and emails in bulk using contact data stored in Google Sheets. Contacts are processed in small batches to control throughput and avoid API rate li...

Best for

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

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.splitinbatches, n8n-nodes-base.gmail, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.whatsapp, @itechnotion/n8n-nodes-inboxplus.inboxplus, 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 Avkash Kakdiya.

Original n8n.io source

1.1 Workflow description

Title
Bulk WhatsApp & Gmail messenger with Google Sheets status tracking via InboxPlus
Workflow name
Bulk WhatsApp & Gmail messenger with Google Sheets status tracking via InboxPlus

How it works

This workflow sends WhatsApp messages and emails in bulk using contact data stored in Google Sheets. Contacts are processed in small batches to control throughput and avoid API rate limits. WhatsApp and email are treated as independent channels and are sent only when their status is marked as pending. All success and failure results are written back to Google Sheets to enable tracking, retries, and safe re-runs.

Step-by-step

  • Step 1: Fetch contacts & batch processing

    • Manual Trigger – Starts the workflow manually.
    • Get Contacts – Reads contact data from Google Sheets.
    • Split In Batches – Processes contacts in controlled batch sizes.
  • Step 2: Email preparation & sending

    • Has Email Address – Checks whether the contact has an email address.
    • IF Mail Pending – Ensures the email is still marked as pending.
    • PrepareEmail email – Loads the selected InboxPlus email template.
    • Build HTML Email – Builds the final HTML email body.
    • Fetch Email Image – Downloads images for inline or attachment usage.
    • Send Gmail – Sends the email via Gmail.
    • Delivered – Confirms successful email delivery.
  • Step 3: WhatsApp message sending

    • Has Phone Number – Checks whether the contact has a phone number.
    • IF WhatsApp Pending – Ensures the WhatsApp message is still pending.
    • Send template – Sends the approved WhatsApp template message.
    • Sent – Confirms message acceptance by WhatsApp.
  • Step 4: Delivery status updates

    • Update Sheet – Writes successful delivery results back to Google Sheets.
    • Mail Failure – Updates Google Sheets if email delivery fails.
    • Whatsapp Failure – Updates Google Sheets if WhatsApp delivery fails.

Why use this?

  • Prevents duplicate messages with channel-level pending checks
  • Handles WhatsApp and email independently in one workflow
  • Supports safe retries without resending completed messages
  • Keeps Google Sheets as the single source of truth
  • Scales bulk outreach safely using batch-based execution

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 - Manual Trigger

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

Block 2 - Split In Batches

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

Block 3 - Send Gmail

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

Block 4 - Whatsapp Failure

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

Block 5 - Mail Failure

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

Block 6 - Sent

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

Block 7 - Delivered

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

Block 8 - Get Contacts

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

Block 9 - Update Sheet

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

Block 10 - Send template

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

Block 11 - PrepareEmail email

Type / Role
@itechnotion/n8n-nodes-inboxplus.inboxPlus - inboxPlus
Config choices
Version 1

Block 12 - IF Mail Pending

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

Block 13 - IF WhatsApp Pending

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.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

Block 18 - Sticky Note4

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

Block 19 - Has Phone Number

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

Block 20 - Has Email Address

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

Block 21 - Build HTML Email

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

Block 22 - Fetch Email Image

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

3. Summary Table

Workflow Bulk WhatsApp & Gmail messenger with Google Sheets status tracking via InboxPlus
Complexity advanced
Nodes 22
Categories Social Media
Author Avkash Kakdiya
Published 18 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11921/11921.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 Bulk WhatsApp & Gmail messenger with Google Sheets status tracking via InboxPlus do?

How it works This workflow sends WhatsApp messages and emails in bulk using contact data stored in Google Sheets. Contacts are processed in small batches to control throughput and avoid API rate li...

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.