# Integrations

Users can integrate PayBee with [**Zapier**](/home/guides/integrations/zapier.md)**,** [**Webhooks**](/home/guides/integrations/webhooks.md) and [**Salesforce**](/home/guides/integrations/salesforce.md) to automate workflows using their transaction data. **Zapier** is a no-code automation platform that connects PayBee with thousands of apps like Google Sheets, Salesforce, Slack, and Mailchimp. By using **Webhooks -** automated messages sent from PayBee to another app in real time - users can push transaction data (such as donations, ticket purchases, or registrations) directly into their other systems. **NPSP** (Nonprofit Success Pack) is a Salesforce solution tailored for nonprofits. It provides tools and data models to manage donors, donations, campaigns, volunteers, and programs - helping organizations build better relationships and track their impact efficiently. **Nonprofit Cloud** is Salesforce’s next-generation nonprofit platform, built on modern architecture that unifies fundraising, program management, outcomes tracking, and engagement in one connected system - offering deeper insights and automation beyond NPSP.

For example, when a donation is made on PayBee, the transaction details can be sent to Zapier, which can then trigger a "Zap" to:

* Add a row in a Google Sheet
* Send a thank-you email via Gmail
* Create or update a contact in a CRM

This setup gives nonprofits real-time automation without manual data entry, making fundraising and donor management more efficient.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.paybee.io/home/guides/integrations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
