Automate n8n User Invitations from a Google Spreadsheet

Go to Workflow
470 views
Built by bangank36 bangank36
Created on June 05, 2026

Description

This workflow retrieves all users from n8n, compares them against entries in a Google Sheets spreadsheet, and automatically creates new users when needed.

Once new users are created, invitation emails are sent automatically.

You can trigger the workflow manually or set it to run on a schedule to ensure continuous synchronization.

Spreadsheet Template
This workflow is designed to work with a Google Sheets structure inspired by Squarespace's newsletter block connection. You can modify the node settings to adapt to a different column format.

👉 Clone the sample sheet here

Suggested columns:
Submitted On
Email Address
Name

Requirements
Credentials
To use this workflow, you need:

n8n API Key – to update users from n8n.
Google Sheets API credentials – Required to get data from a spreadsheet.
Configure Your n8n Instance
To make this workflow work with your n8n instance, update the API endpoint:

🔧 Edit Global node 👇
Change n8n_url to match your instance URL:
Authentication Guide

Explore More Templates
👉 Check out my other n8n templates

Nodes Used (3)

Code
n8n-nodes-base.code
Google Sheets
n8n-nodes-base.googleSheets
HTTP Request
n8n-nodes-base.httpRequest