Invite new team members straight from a Google Sheet and skip manual account setup. Ideal for admins and IT teams who collect emails in a sheet and want fast onboarding without CSV uploads or repeated checks.
Two triggers let you run it on demand or on a schedule. The flow sets your n8n API URL, pulls all current users from your n8n instance with cursor based pagination, and combines all pages. It also reads rows from your Google Sheet. A merge step compares sheet emails with existing users and keeps only the people who are not in your workspace. The next step builds a clean payload and sends a POST request to the n8n API to send invite emails.
To set it up, you need a Google Sheets account and an n8n API key. Update the URL in the Edit Fields node to match your n8n domain. Make sure your sheet has an Email Address column, plus any extra fields you want to pass. Run a test with a few rows to confirm the match logic. Expect faster onboarding, fewer mistakes, and a repeatable process for training cohorts, client access, and project teams.