> ## Documentation Index
> Fetch the complete documentation index at: https://www.anything.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Ko-fi Webhook

> Set up webhooks to receive notifications from Ko-fi

Ko-fi webhooks allow you to receive real-time notifications about events such as new donations, memberships, and more, enabling you to integrate these events into your applications.

## Overview

<CardGroup cols={2}>
  <Card title="Create Account" icon="user">
    Sign up for a Ko-fi account
  </Card>

  <Card title="Access Webhook Settings" icon="settings">
    Navigate to your webhook settings in Ko-fi
  </Card>

  <Card title="Copy Webhook URL" icon="link">
    Add your webhook URL to receive notifications
  </Card>
</CardGroup>

## Account Creation

<Steps>
  <Step title="Visit Ko-fi Website">
    Go to [ko-fi.com/](https://ko-fi.com/) and click "Sign Up" in the top right corner

    <img src="https://mintcdn.com/create/h7brMl8OkFSdcGO6/images/kofi/homepage.png?fit=max&auto=format&n=h7brMl8OkFSdcGO6&q=85&s=944fafa966a64c0abc91faf1080769ce" style={{ borderRadius: '0.5rem' }} width="2420" height="1150" data-path="images/kofi/homepage.png" />
  </Step>

  <Step title="Choose Signup Method">
    * Sign up with email/password
    * Or continue with social media authentication

    <img src="https://mintcdn.com/create/h7brMl8OkFSdcGO6/images/kofi/signin.png?fit=max&auto=format&n=h7brMl8OkFSdcGO6&q=85&s=e41c44e6fd0e88ff1e4b6d525d92221c" style={{ borderRadius: '0.5rem' }} width="994" height="1236" data-path="images/kofi/signin.png" />
  </Step>
</Steps>

## Access Webhook Settings

<Steps>
  <Step title="Navigate to Webhooks">
    Go to [ko-fi.com/manage/webhooks](https://ko-fi.com/manage/webhooks)
  </Step>
</Steps>

## Create New Webhook

<Steps>
  <Step title="Add Your Webhook URL">
    1. Enter your webhook URL where you want to receive notifications
    2. Select the events you want to subscribe to (e.g., new donations, memberships)

    <img src="https://mintcdn.com/create/h7brMl8OkFSdcGO6/images/kofi/add-webhook.png?fit=max&auto=format&n=h7brMl8OkFSdcGO6&q=85&s=e037e59149373ca228c22c1e0f320068" style={{ borderRadius: '0.5rem' }} width="1420" height="826" data-path="images/kofi/add-webhook.png" />
  </Step>

  <Step title="Save Your Webhook">
    1. Click "Save" to create your webhook

    <Tip>
      Ensure your server is set up to handle incoming webhook requests.
    </Tip>
  </Step>
</Steps>

## Test Your Webhook

<Steps>
  <Step title="Send a Test Notification">
    1. Scroll down to find different "Send Test" buttons in the webhook settings to verify your setup

    <img src="https://mintcdn.com/create/h7brMl8OkFSdcGO6/images/kofi/test-donation.png?fit=max&auto=format&n=h7brMl8OkFSdcGO6&q=85&s=23e60089fb61c30f5e69f22ac861a51d" style={{ borderRadius: '0.5rem' }} width="1320" height="1218" data-path="images/kofi/test-donation.png" />

    2. Check your server logs to confirm receipt of the test notification

    <Warning>
      Make sure your Anything app is published to view test notifications from Ko-fi.
    </Warning>
  </Step>
</Steps>

<Tip>
  Your Ko-fi webhook is set up! You will now receive notifications for the selected events.
</Tip>
