Capture payment events from Kofi and sort them into clear paths for donations, subscriptions, and shop orders. Teams get the right context fast so they can thank supporters, fulfill items, and welcome new members without digging through raw data.
The flow begins with a Webhook that receives a POST from Kofi. A Prepare step stores a verification token. An If check compares the token from the request to the stored token and blocks bad calls with a clear error. A Switch then looks at the payment type and routes it to the correct branch. Each branch uses a Set step to shape clean fields for downstream tools. After a subscription event, an extra check flags new subscribers for special actions like onboarding or perks.
You need a Kofi account and access to webhook settings. Copy the webhook URL from the Webhook node into your Kofi dashboard and paste the verification token from Kofi into the Prepare step. Turn on the workflow and run test events from Kofi to confirm each path. Expect faster handoffs, fewer mistakes, and less manual sorting. Great for creators and small shops that want to send thank you notes, process orders, and start member access right away.