# Overview of Zapier Integration

Zapier is a powerful tool that bridges the gap between White Swan and a vast ecosystem of more than 6,000 business applications. With Zapier, you can effortlessly integrate White Swan into your existing workflows in minutes, with minimal technical skills.

{% hint style="info" %}
The API currently has some actions and information calls that aren't available through the Zapier integration. If you would need additional functionality with the Zapier integration, [get in touch](https://www.whiteswan.io/contact-us).
{% endhint %}

***

**Why Use Zapier with White Swan?**

* **Seamless Integration:** Connect White Swan with a multitude of business tools and apps without the need for coding.
* **Automate Workflows:** Create automations between White Swan and other tools your business utilizes, streamlining operations and enhancing efficiency.

***

**Categories and Examples of Apps You Can Integrate With:**

* **CRMs:** eg. Salesforce, Hubspot, Pipedrive
* **Accounting/Payroll Tools:** eg. Quickbooks, Xero, Trinet Zenefits
* **Marketing Platforms:** eg. Mailchimp, Facebook, Clickfunnels
* **Business Intelligence/Analytics Tools:** eg. Google Analytics, Airtable, Geckoboard
* **App/Website Builders:** eg. Bubble.io, Webflow, Adalo
* **AI Tools:** eg. ChatGPT, Jasper, Synthesia

...And many more! [See all apps here](https://zapier.com/apps)

***

**What Does Our Zapier Integration Entail?**

1. [**Triggers**](/partner-knowledge-base/zapier-integration/triggers.md)**:** These are initiated by various events in your White Swan account. They pass along data, enabling you to automate actions in other apps.
2. **Actions:** These either [create a new thing](/partner-knowledge-base/zapier-integration/create-actions.md) in your White Swan account or [retrieve information about thing(s)](/partner-knowledge-base/zapier-integration/search-actions.md). Actions can be automated based on any trigger or even on a set schedule.

***

**What's Covered in This Section?** In the subsequent pages, we'll delve into:

* [How to kickstart your integration journey](/partner-knowledge-base/zapier-integration/quick-start-guide.md).
* [A showcase of example use cases](/partner-knowledge-base/zapier-integration/example-use-cases.md).
* An in-depth look at available [triggers](/partner-knowledge-base/zapier-integration/triggers.md), [create actions](/partner-knowledge-base/zapier-integration/create-actions.md), and [search actions](/partner-knowledge-base/zapier-integration/search-actions.md).
* [A brief guide on leveraging ChatGPT to draft Zapier automations](/partner-knowledge-base/zapier-integration/using-chatgpt-to-create-zaps.md).

***

**Zapier and White Swan's API:** Zapier leverages White Swan's Public API, offering a user-friendly, no-code approach to connect our API with a plethora of other applications.

While Zapier offers a convenient solution for non-technical users, those who prefer can build integrations and automations with our API directly. [Learn more about our Public API](/partner-knowledge-base/api-documentation/overview-of-white-swans-api.md).&#x20;


---

# 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.whiteswan.io/partner-knowledge-base/zapier-integration/overview-of-zapier-integration.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.
