Connect Donation Platforms¶
Connect Ko-fi or Buy Me a Coffee to Zaplink.
Before you start¶
Go to User Configuration and select the donation platform you want to connect.
Zaplink will display your personal Webhook URL. You need this URL during the setup process.
Connect Ko-fi¶
Connect your Ko-fi account using your Ko-fi username and verification token.
- Enter your Ko-fi username into the username field in Zaplink.
- Open the Ko-fi API / Webhooks page.
- Copy the Webhook URL displayed in Zaplink.
- Paste it into Ko-fi's Webhook URL field.
- Click Update to save the webhook.
- Expand Advanced.
- Copy your Verification Token.
- Paste it into the verification token field in Zaplink.
- Click Connect to complete the setup.
Ko-fi endpoint format¶
https://zaplink.cloud/webhook/kofi/<your-zap-key>
Tip
Always copy the complete webhook URL directly from Zaplink. Do not replace <your-zap-key> manually unless you know your exact Zap Key.
Connect Buy Me a Coffee¶
Connect your Buy Me a Coffee account using your username and webhook signing secret.
- Enter your Buy Me a Coffee username into the username field in Zaplink.
- Open the Integrations page in your Buy Me a Coffee creator dashboard.
- Under Webhooks, click Create.
- Enter a name such as Zaplink.
- Copy the Webhook URL displayed in Zaplink.
- Paste it into the Endpoint URL field.
- Under Add Events, select only Support Created.
- Click Create.
- Copy the generated Signing Secret.
- Paste the Signing Secret into Zaplink.
- Click Connect to complete the setup.
Buy Me a Coffee endpoint format¶
https://zaplink.cloud/webhook/buymeacoffee/<your-zap-key>
Warning
The Signing Secret belongs to the webhook you created. If you delete and recreate the webhook, update the Signing Secret saved in Zaplink as well.
Next step¶
After connecting your donation platform, send a test donation to verify that Zaplink receives your events correctly.