Skip to main content

Capture Gumroad sales, add buyer to MailerLite group, log to Google Sheets CRM

Workflow preview

Workflow preview
100%
Capture Gumroad sales, add buyer to MailerLite group, log to Google Sheets CRM preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Turn Gumroad buyers into loyal email subscribers and keep your CRM up‑to‑date. When someone makes a purchase on your Gumroad store, this n8n workflow instantly adds that customer to the right [Mail...

Best for

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

Tools used

n8n-nodes-base.httprequest, n8n-nodes-base.gumroadtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote, n8n-nodes-base.mailerlite

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Aitor | 1Node.

Original n8n.io source

1.1 Workflow description

Title
Capture Gumroad sales, add buyer to MailerLite group, log to Google Sheets CRM
Workflow name
Capture Gumroad sales, add buyer to MailerLite group, log to Google Sheets CRM

Turn Gumroad buyers into loyal email subscribers and keep your CRM up‑to‑date.

When someone makes a purchase on your Gumroad store, this n8n workflow instantly adds that customer to the right MailerLite group (so your nurture sequence starts on time) and writes the sale details into your Google Sheets CRM. You’ll never copy‑and‑paste orders again, and every buyer begins receiving your follow‑up emails the moment they purchase.

Requirements

  1. A Gumroad account with a product listed
  2. A MailerLite account.
  3. A MailerLite group of subscribers created
  4. Enabled APIs and credentials for Google Sheets, MailerLite and Gumroad

How it works

  • Listen for a new sale on Gumroad The Gumroad trigger watches your account 24/7 and fires as soon as a sale is completed.

  • Create (or update) the subscriber in MailerLite Their name and email are added to MailerLite. If they already exist, the workflow simply updates their profile.

  • Assign the subscriber to your Gumroad group Grouping lets your MailerLite automation send the right onboarding or upsell sequence without manual tagging.

  • Log the purchase in Google Sheets The buyer’s contact details, product, price, and date are appended as a new row in your CRM sheet.

Set‑up steps

  • Create an application in Gumroad. Copy the access token, you’ll paste it into the Gumroad trigger node.

  • Grab your MailerLite API key MailerLite dashboard → Integrations → API. Paste it into the two MailerLite nodes.

  • Prepare a Google Sheets spreadsheet Add column headers like Name, Email, Product, Price, Date.

Open the template in n8n Cloud or Desktop

In the Gumroad node, paste your token.

In the MailerLite nodes, paste your API keys and replace the group id.

In the Google Sheets node, replace the credentials, pick your spreadsheet and worksheet.

Get in touch with us

Feel free to contact us at 1 Node. Get instant access to a library of free resources we created.

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 - Assign to group

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

Block 2 - Gumroad Sale Trigger

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

Block 3 - append row in CRM

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

Block 4 - Sticky Note

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

Block 5 - Sticky Note1

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

Block 6 - Sticky Note2

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

Block 7 - add subscriber to MailerLite

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

Block 8 - Sticky Note3

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

3. Summary Table

Workflow Capture Gumroad sales, add buyer to MailerLite group, log to Google Sheets CRM
Complexity intermediate
Nodes 8
Categories Social Media
Author Aitor | 1Node
Published 23 Apr 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3676/3676.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 Capture Gumroad sales, add buyer to MailerLite group, log to Google Sheets CRM do?

Turn Gumroad buyers into loyal email subscribers and keep your CRM up‑to‑date. When someone makes a purchase on your Gumroad store, this n8n workflow instantly adds that customer to the right [Mail...

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.