Skip to main content

Sync face-to-face fundraising data from offline Google Sheets to SinergiaCRM

Workflow preview

Workflow preview
100%
Sync face-to-face fundraising data from offline Google Sheets to SinergiaCRM preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Automate syncing of offline donor data from Google Sheets into SinergiaCRM for fast, error free face to face fundraising tracking. Who is this workflow for? This workflow is perfect for nonprofit o...

Best for

  • CRM automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.merge, n8n-nodes-base.set, n8n-nodes-base.stickynote, n8n-nodes-sinergiacrm.sinergiacrm, n8n-nodes-base.googlesheetstrigger, n8n-nodes-base.if, n8n-nodes-base.googlesheets

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Javier Quilez Cabello.

Original n8n.io source

1.1 Workflow description

Title
Sync face-to-face fundraising data from offline Google Sheets to SinergiaCRM
Workflow name
Sync face-to-face fundraising data from offline Google Sheets to SinergiaCRM

Automate syncing of offline donor data from Google Sheets into SinergiaCRM for fast, error-free face-to-face fundraising tracking.

Who is this workflow for?

This workflow is perfect for nonprofit organizations that run face-to-face fundraising campaigns and collect donor data offline (e.g. via tablets or spreadsheets). It helps fundraising and CRM teams ensure donor records are correctly and automatically stored in SinergiaCRM, a popular CRM platform used by NGOs.

What it does / How it works

  • Watches a Google Sheet for new rows (also works offline if synced later).
  • Filters rows marked To CRM = Yes and Processed = No.
  • Checks if the donor already exists in SinergiaCRM (based on NIF).
  • If the contact exists: creates a “member” relationship and a payment commitment.
  • If not: creates the contact first, then adds the relationship and commitment.
  • Finally, updates the original row as “Processed” to prevent re-importing.

Requirements

  • An active Google Sheets account with the donor spreadsheet.
  • A SinergiaCRM account with API/OAuth access.
  • Fields First name, Last name, Email, NIF, To CRM, Processed must exist in the sheet.
  • SinergiaCRM modules enabled: Contacts, stic_Contacts_Relationships, stic_Payment_Commitments.

How to set up

  1. Connect your Google Sheets account and set the correct Document ID and Sheet name in the trigger and update nodes.
  2. Connect your SinergiaCRM account using OAuth credentials.
  3. Adjust the assigned_user_id field if required by your CRM instance.

How to customize the workflow

  • Change the filter conditions in the IF nodes to match your business logic.
  • Customize fields like relationship type, amount, and periodicity to suit your campaign.
  • Add or remove nodes if you want additional steps (like sending Slack notifications).

📌 Category: CRM & Customer Management
📘 Learn more about SinergiaCRM

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 - Combinar ID del CRM

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 2 - Edit Fields

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

Block 3 - Sticky Note

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

Block 4 - Sticky Note1

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

Block 5 - Sticky Note2

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

Block 6 - Sticky Note3

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

Block 7 - Sticky Note4

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

Block 8 - Sticky Note5

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

Block 9 - SinergiaCRM: Create Payment Commitment

Type / Role
n8n-nodes-sinergiacrm.sinergiaCrm - sinergiaCrm
Config choices
Version 1

Block 10 - New Row in Google Sheets (Offline Donations)

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

Block 11 - Check if Row Should Go to CRM

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

Block 12 - Check if Row Has Not Been Processed

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

Block 13 - Find Existing Contact in CRM by NIF

Type / Role
n8n-nodes-sinergiacrm.sinergiaCrm - sinergiaCrm
Config choices
Version 1

Block 14 - Check if Contact Already Exists in CRM

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

Block 15 - Create New Contact in SinergiaCRM

Type / Role
n8n-nodes-sinergiacrm.sinergiaCrm - sinergiaCrm
Config choices
Version 1

Block 16 - Create Member Relationship in SinergiaCRM

Type / Role
n8n-nodes-sinergiacrm.sinergiaCrm - sinergiaCrm
Config choices
Version 1

Block 17 - Create Member Relationship in SinergiaCRM 2

Type / Role
n8n-nodes-sinergiacrm.sinergiaCrm - sinergiaCrm
Config choices
Version 1

Block 18 - SinergiaCRM: Create Payment Commitment 2

Type / Role
n8n-nodes-sinergiacrm.sinergiaCrm - sinergiaCrm
Config choices
Version 1

Block 19 - Mark Row as Processed in Google Sheet

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

3. Summary Table

Workflow Sync face-to-face fundraising data from offline Google Sheets to SinergiaCRM
Complexity advanced
Nodes 19
Categories CRM
Author Javier Quilez Cabello
Published 18 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8711/8711.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 Sync face-to-face fundraising data from offline Google Sheets to SinergiaCRM do?

Automate syncing of offline donor data from Google Sheets into SinergiaCRM for fast, error free face to face fundraising tracking. Who is this workflow for? This workflow is perfect for nonprofit o...

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 CRM use case.