Automate Gumroad to Beehiiv Subscriber Sync with n8n

Learn how to automatically add new Gumroad sales customers as Beehiiv newsletter subscribers using n8n automation. This workflow saves time by syncing sales data to Google Sheets CRM and notifying your Telegram channel instantly.
gumroadTrigger
googleSheets
httpRequest
+3
Workflow Identifier: 1942
NODES in Use: Gumroad Sale Trigger, Google Sheets, Sticky Note, HTTP Request, Telegram, Set

Press CTRL+F5 if the workflow didn't load.

Learn how to Build this Workflow with AI:

Visit through Desktop for Best experience

What This Automation Does

This workflow listens for new sales on Gumroad and then adds the buyer’s email to a Beehiiv newsletter.
This saves time by doing this automatically, without any manual work or mistakes.
It also records the sale data in a Google Sheets CRM and sends a Telegram message to notify the team instantly.
You get faster updates and better subscriber management without typing anything yourself.

The process starts when Gumroad sends sale information.
The workflow fetches Beehiiv newsletter details to find the right list.
It then adds the buyer’s email to Beehiiv.
Next, it saves sale info like date, email, country, and product to Google Sheets.
Finally, a Telegram message alerts the team about the sale.


Tools and Services Used

  • Gumroad API: Triggers workflow for each new sale.
  • Beehiiv API: Gets publications list and subscribes new emails.
  • Google Sheets API: Appends sale data to CRM spreadsheet.
  • Telegram Bot API: Sends alerts to the team chat.
  • n8n: Automation platform running this workflow.

Input → Process → Output

Inputs

  • New sale event data from Gumroad, including buyer’s email, product name, sale timestamp, and country.

Processing Steps

  • Gumroad Sale Trigger captures each new sale as it happens.
  • HTTP Request (GET) fetches Beehiiv publications to get publication IDs.
  • HTTP Request (POST) sends buyer’s email to subscribe user to Beehiiv newsletter.
  • Google Sheets appends sale info into the CRM spreadsheet.
  • Set node sets the Telegram chat ID.
  • Telegram node sends a formatted notification to the team’s Telegram channel.

Output

  • Immediate subscription of new buyers to Beehiiv newsletter.
  • Updated Google Sheets CRM with every sale’s data.
  • Fast Telegram notifications alerting the team about each sale.

Beginner Step-by-Step: How to Use this Workflow in Production in n8n

Import Workflow

  1. Download the workflow using the Download button on this page.
  2. Open the n8n editor where automation workflows are created.
  3. Use the “Import from File” option in n8n to upload the saved workflow file.

Configure Credentials

  1. In the imported workflow, connect your Gumroad account by adding the correct API Key in the Gumroad Sale Trigger node credentials.
  2. Set your Beehiiv API Key in both HTTP Request nodes used for publication list and subscription.
  3. Connect Google Sheets credentials in the Google Sheets node.
  4. Add your Telegram Bot Token in the Telegram node.

Update Identifiers

  1. Review the Google Sheets node to make sure spreadsheet ID and sheet name match your CRM.
  2. Set the Telegram chat ID correctly in the Set node (including correct channel format, usually beginning with -100).
  3. Adjust Beehiiv publication ID if you want to subscribe users to another newsletter; by default it uses the first publication.

Test and Activate

  1. Run a test sale or simulate a Gumroad sale event to see if subscribers are added, the sheet fills data, and Telegram gets notified.
  2. If tests pass without errors, toggle the workflow activation switch in n8n to put the automation live.

Using self-host n8n is recommended for better control and security during production use.


Customization Ideas

  • You can change the Beehiiv publication by editing the URL in the POST subscription node.
  • Add extra fields like buyer’s name or amount to the Google Sheets data columns.
  • Edit the Telegram message text to include emojis or links for clearer alerts.
  • Insert an IF node after the Gumroad trigger to filter for specific products to subscribe only certain customers.

Troubleshooting Common Issues

  • Issue: Gumroad trigger sends no data.
    Cause: Missing or wrong Gumroad API key or webhook not active.
    Fix: Check and update API token credentials and confirm webhook URL is active in Gumroad settings.
  • Issue: Beehiiv HTTP request returns 401 Unauthorized.
    Cause: Invalid or expired Beehiiv API key.
    Fix: Regenerate Beehiiv API key and update HTTP header authentication in n8n nodes.
  • Issue: Google Sheets append fails with permission errors.
    Cause: Unauthorized Google account or spreadsheet not shared properly.
    Fix: Reauthorize Google credentials and share the sheet with correct accounts.
  • Issue: Telegram messages do not send.
    Cause: Bot missing admin rights or wrong chat ID format.
    Fix: Add the bot as admin to Telegram channel and verify chat ID format starts with -100.

Pre-Production Checklist

  • Verify Gumroad API token and webhook are active.
  • Confirm Beehiiv API key works and publications fetch successfully.
  • Ensure Google Sheets credentials have access and sheet IDs are correct.
  • Test Telegram bot with a simple message to verify access.
  • Run a real or test sale to confirm workflow runs without errors.

Summary

✓ Automates subscribing new Gumroad buyers to Beehiiv newsletter.
✓ Logs every sale’s details in Google Sheets CRM.
✓ Notifies team instantly with Telegram alerts.
✓ Saves hours of manual data entry work.
✓ Reduces errors and missed subscribers.

→ Workflow triggers on every Gumroad sale.
→ Executes API actions to update Beehiiv and CRM.
→ Sends fast notifications to keep team informed.


https://api.beehiiv.com/v2/publications/{{ $json.data[0].id }}/subscriptions

email: {{$json.email}}

This expression for the Beehiiv subscription node URL dynamically picks the first publication ID.
The email field uses the buyer’s email from Gumroad sale data.

=🔔 New Gumroad sale!
Product: {{ $json.product_name }} 
Email: {{ $json.email }} 
Country: {{ $json.ip_country }}

This text sets the Telegram alert message with sale details, using expressions from the trigger.

Frequently Asked Questions

Yes, but HTTP request nodes must be changed to the other platform’s API with proper authentication.
Yes, each sale event and subscription request counts against the API limits of both Gumroad and Beehiiv.
All calls use API keys for authentication, and self-host n8n can be used for better privacy.
Yes, but the user must check API rate limits and Google Sheets quotas to avoid hitting limits.

Promoted by BULDRR AI

Related Workflows

Automate Viral UGC Video Creation Using n8n + Degaus (Beginner-Friendly Guide)

Learn how to automate viral UGC video creation using n8n, AI prompts, and Degaus. This beginner-friendly guide shows how to import, configure, and run the workflow without technical complexity.
Form Trigger
Google Sheets
Gmail
+37
Free

AI SEO Blog Writer Automation Workflows in n8n

A complete beginner guide to building an AI SEO blog writer automation using n8n.
AI Agent
Google Sheets
httpRequest
+5
Free

Automate CrowdStrike Alerts with VirusTotal, Jira & Slack

This workflow automates processing of CrowdStrike detections by enriching threat data via VirusTotal, creating Jira tickets for incident tracking, and notifying teams on Slack for quick response. Save hours daily by transforming complex threat data into actionable alerts effortlessly.
scheduleTrigger
httpRequest
jira
+5
Free

Automate Telegram Invoices to Notion with AI Summaries & Reports

Save hours on financial tracking by automating invoice extraction from Telegram photos to Notion using Google Gemini AI. This workflow extracts data, records transactions, and generates detailed spending reports with charts sent on schedule via Telegram.
lmChatGoogleGemini
telegramTrigger
notion
+9
Free

Automate Email Replies with n8n and AI-Powered Summarization

Save hours managing your inbox with this n8n workflow that uses IMAP email triggers, AI summarization, and vector search to draft concise replies requiring minimal review. Automate business email processing efficiently with AI guidance and Gmail integration.
emailReadImap
vectorStoreQdrant
emailSend
+12
Free

Automate Email Campaigns Using n8n with Gmail & Google Sheets

This n8n workflow automates personalized email outreach campaigns by integrating Gmail and Google Sheets, saving hours of manual follow-up work and reducing errors in email sequences. It ensures timely follow-ups based on previous email interactions, optimizing communication efficiency.
googleSheets
gmail
code
+5
Free