Skip to main content

Process Ko-fi donations, subscriptions & shop orders with webhook verification

Workflow preview

Workflow preview
100%
Process Ko-fi donations, subscriptions & shop orders with webhook verification preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Who is this for? This workflow is tailored for content creators, artists, and developers who use Ko fi to receive financial support through donations, subscriptions, or product sales. Use case This...

Best for

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

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.stopanderror, n8n-nodes-base.set, n8n-nodes-base.if, n8n-nodes-base.switch, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Process Ko-fi donations, subscriptions & shop orders with webhook verification
Workflow name
Process Ko-fi donations, subscriptions & shop orders with webhook verification

Who is this for?

This workflow is tailored for content creators, artists, and developers who use Ko-fi to receive financial support through donations, subscriptions, or product sales.

Use case

This workflow automates the process of receiving and categorizing payment notifications from Ko-fi, ensuring that creators can focus on their work rather than administrative tasks.

What this workflow does

  • Webhook Reception: The workflow listens for incoming payment notifications from Ko-fi via a configured webhook.
  • Token Verification: It validates incoming requests to ensure they originate from Ko-fi using a verification token for enhanced security.
  • Type Differentiation: It categorizes payments into types—donations, subscriptions, and shop orders—allowing for tailored handling for each payment type.
  • Custom Response Options: Depending on the payment type received, the workflow activates specific actions or processes, enabling seamless integration with other applications or services.

Setup

  1. Webhook Configuration:

    • Access the Webhook node within the workflow and take note of your unique webhook URL.
    • Visit your Ko-fi webhooks management page at Ko-fi Webhooks Management and input this URL.
  2. Verification Token Setup:

    • In your Ko-fi account, locate the verification token in the advanced settings.
    • Input this token in the Prepare node of your n8n workflow.
  3. Enable the Workflow:

    • Activate the workflow in n8n to start listening for incoming webhook notifications.
  4. Testing:

    • Use the test feature in the Ko-fi webhooks settings to send a test webhook to ensure everything is functioning as expected.

How to customize this workflow to your needs

  • Add Actions for Each Payment Type: You can modify the Donation, Subscription, and Shop Order nodes to include actions such as sending emails, logging payments within a database, or triggering notifications.

  • Enhance Security Measures: You can further refine the Check token node to include additional checks or to log all incoming webhook requests for monitoring.

  • Integration with Other Services: Consider linking this workflow with messaging platforms (e.g., Slack, Discord) or CRM tools to keep your supporters informed or to manage relationships more effectively.

  • Custom Fields: If needed, adjust the fields captured in the Subscription and Shop Order nodes to include more data or different parameters based on your specific use case.

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 - Webhook

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

Block 2 - Stop and Error

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

Block 3 - Donation

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

Block 4 - Subscription

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

Block 5 - Shop Order

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

Block 6 - Is new subscriber?

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

Block 7 - Prepare

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

Block 8 - Check token

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

Block 9 - Check type

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

Block 10 - Sticky Note

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

Block 11 - Sticky Note1

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

Block 12 - Sticky Note2

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

Block 13 - Sticky Note3

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

Block 14 - Sticky Note4

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

Block 15 - Sticky Note5

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

3. Summary Table

Workflow Process Ko-fi donations, subscriptions & shop orders with webhook verification
Complexity advanced
Nodes 15
Categories CRM
Author Audun
Published 16 Mar 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3186/3186.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 Process Ko-fi donations, subscriptions & shop orders with webhook verification do?

Who is this for? This workflow is tailored for content creators, artists, and developers who use Ko fi to receive financial support through donations, subscriptions, or product sales. Use case This...

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.