Skip to main content

Automate user onboarding from database to Saleshandy with Google Sheets tracking

Workflow preview

Workflow preview
100%
Automate user onboarding from database to Saleshandy with Google Sheets tracking preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Automatically import new user signups from any database, filter by signup date, and enroll users into your Saleshandy email sequence for immediate engagement. Activity is logged to a spreadsheet (e...

Best for

  • Lead Nurturing automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.code, n8n-nodes-base.stickynote, n8n-nodes-base.googlesheets, n8n-nodes-base.httprequest, n8n-nodes-base.manualtrigger

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Dhruv from Saleshandy.

Original n8n.io source

1.1 Workflow description

Title
Automate user onboarding from database to Saleshandy with Google Sheets tracking
Workflow name
Automate user onboarding from database to Saleshandy with Google Sheets tracking

Automatically import new user signups from any database, filter by signup date, and enroll users into your Saleshandy email sequence for immediate engagement. Activity is logged to a spreadsheet (e.g., Google Sheets) for tracking and analytics. Fully configurable, no hardcoded values.

Prerequisites

  • A database with a users table (fields: id, full_name, email, created_at)
  • Saleshandy account with API key and an active sequence.
  • Spreadsheet (e.g., Google Sheets) with columns: ID, Name, Email, Created_at
  • Configured OAuth/API credentials for each service

How It Works

  • Fetches new signups from your database within your desired date range (e.g., daily or weekly).
  • Splits user names and formats user data as needed.
  • Adds each user to your Saleshandy sequence using their name and email.
  • Logs every processed record in your spreadsheet for further tracking and analytics.
  • Runs automatically on your defined schedule (example: daily trigger).

Set Up Steps

  • Estimated time: 10–20 minutes
  • Collect your database and Saleshandy access credentials, and spreadsheet info.
  • Edit database node(s) to include your connection and correct date filter.
  • Set your Saleshandy API key and target sequence ID.
  • Enter your spreadsheet link or ID and authenticate as needed.
  • Test the workflow with a small user batch before scheduling it for routine runs.
  • Check sticky notes by each workflow node for details and best practices.

Requirements

  • Database connection credentials and access
  • Saleshandy API key and sequence ID
  • Google Sheets (or alternative) setup credentials

Customisation Tips

  • Edit the date filter to adjust the range (last day, week, month, or custom)
  • Add error-handling nodes to catch issues with API calls or data
  • Set up notifications (email, Slack, etc.) for process success/failure
  • Rename nodes to reflect your business logic or steps
  • Replace the manual trigger with a webhook or scheduled cron if desired
  • Configure workflow variables for all credentials and IDs—avoid hardcoding

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 - Get yesterday dates

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

Block 2 - Sticky Note1

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

Block 3 - Append row for semi-qualified

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

Block 4 - Fetch all users from database

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

Block 5 - Date Filtered Users

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

Block 6 - Sticky Note

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

Block 7 - Sticky Note2

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

Block 8 - Trigger Everyday

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

Block 9 - Add new signup to Saleshandy's Sequence

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

Block 10 - Sticky Note3

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

Block 11 - Sticky Note5

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

Block 12 - Sticky Note4

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

Block 13 - Sticky Note6

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

Block 14 - Sticky Note7

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

Block 15 - Sticky Note8

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

Block 16 - Sticky Note9

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

3. Summary Table

Workflow Automate user onboarding from database to Saleshandy with Google Sheets tracking
Complexity advanced
Nodes 16
Categories Lead Nurturing
Author Dhruv from Saleshandy
Published 31 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6733/6733.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 Automate user onboarding from database to Saleshandy with Google Sheets tracking do?

Automatically import new user signups from any database, filter by signup date, and enroll users into your Saleshandy email sequence for immediate engagement. Activity is logged to a spreadsheet (e...

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 Lead Nurturing use case.