Block 1 - Webhook
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2.1
Who is this for? This is for creators who run Patreon and/or Kofi pages, support donations and want to automate their communication process. About This system is listening for webhooks from patreon...
n8n-nodes-base.webhook, n8n-nodes-base.switch, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.gmail, n8n-nodes-base.merge, n8n-nodes-base.googlesheets
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Max Savenko.
Original n8n.io sourceThis is for creators who run Patreon and/or Kofi pages, support donations and want to automate their communication process.
This system is listening for webhooks from patreon and kofi. Once received, it detects the service by looking at headers.
For Kofi it parses and validates the payload to make sure it's not fake. Once validated, it checks whether the person is on your newsletter lead list. If not, it adds person to your newsletter list. Then it checks the status of the payload, either it's a donation, subscription or shop purchase.
For Patreon it checks whether the person is on your newsletter lead list and adds him if not. Then it checks the payload type using AI and returns a status, e.g. new patron, cancelled subscription etc.
For Kofi you can customize emails that you'll be sending to members. For shop orders you can add invoice generation, supplier file generation, connect with your stock etc. For Patreon you can customize emails you'll send to followers and patrons. For both you can enable a crm where you'll track how much each person paid you so you know whether somebody upgrades or downgrades their subscription based on CRM data.
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.
Showing the first 24 of 35 workflow blocks. Download the JSON for the full node graph.
| Workflow | Manage Patreon and Ko-fi leads with Gmail, OpenAI and Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 35 |
| Categories | Lead Generation, AI Summarization |
| Author | Max Savenko |
| Published | 12 Jan 2026 |
Use the JSON export at /data/workflows/12665/12665.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Who is this for? This is for creators who run Patreon and/or Kofi pages, support donations and want to automate their communication process. About This system is listening for webhooks from patreon...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 Generation, AI Summarization use case.