# Triggers

Triggers play an important role in the world of automation. They act as the initial spark that sets off a sequence of actions, allowing you to automate processes based on specific events associated with your White Swan account.

**Understanding Triggers:**

* Triggers initiate Zaps, which are the automations you create on Zapier.
* They correspond to specific events tied to your account.
* For those with a technical inclination, triggers can also be accessed through our [API webhooks](broken://pages/4oaAYMIZ14VfE5dIKEvy). Doing this offers a more hands-on approach to interacting with them.

Each of the following pages delves into the details of each trigger, providing information on the data points they pass along:

* [**New Plan Request Started**](/partner-knowledge-base/zapier-integration/triggers/new-plan-request-started.md)
* [**Plan Request Finished**](/partner-knowledge-base/zapier-integration/triggers/plan-request-finished.md)
* [**New Personal Plan**](/partner-knowledge-base/zapier-integration/triggers/new-personal-plan.md)
* [**New Change Request**](/partner-knowledge-base/zapier-integration/triggers/new-change-request.md)
* [**New Application Started**](/partner-knowledge-base/zapier-integration/triggers/new-application-started.md)
* [**Application Finished**](/partner-knowledge-base/zapier-integration/triggers/application-finished.md)
* [**New Plan Offer**](/partner-knowledge-base/zapier-integration/triggers/new-plan-offered.md)
* [**New Plan Delivered**](/partner-knowledge-base/zapier-integration/triggers/new-plan-delivered.md)
* [**New Earnings Event**](/partner-knowledge-base/zapier-integration/triggers/new-earnings-event.md)

By understanding and effectively utilizing these triggers, you can craft an automated workflow that enhances both your operational efficiency and the end-user experience.


---

# 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/triggers.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.
