> For the complete documentation index, see [llms.txt](https://docs.paybee.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paybee.io/home/guides/integrations/webhooks.md).

# Webhooks

Webhooks are a way for one app (like PayBee) to send real-time data to another app when something specific happens — such as a donation being made or an event registration being completed.

Think of a webhook as a digital "push notification" from one system to another. When triggered, it sends data (like donation amount, donor name, etc.) to a designated URL — for example, a Salesforce Webhook URL — which can then be used to trigger actions in other apps.

In short, Webhooks send real-time data from PayBee to another system to trigger those automated tasks.

### Integrating Webhooks with PayBee

Add a "Webhook" by first going to Integrations > Webhooks.

<figure><img src="/files/xp35KjrWefEL9cv6YuNS" alt=""><figcaption></figcaption></figure>

Select Create New Integration.

<figure><img src="/files/BhYc2B2krsNGvyQJa2Ph" alt=""><figcaption></figcaption></figure>

Then, select "Transaction" as the event type and enter your Endpoint URL and Endpoint Name to start tracking all transactions associated with this Webhooks connection.
