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

# Zapier

## Example scenarios

Zapier lets you perform an action when a certain LoyaltySurf event occurs, without having to write any code. Here are a few scenarios in which you would use Zapier:

* **Trigger Loyalty Action:** WHEN you get a new response in Google Forms, THEN trigger a loyalty action.
* **New Participant Reward:** WHEN a participant achieves a loyalty action goal and unlocks a reward, THEN automatically send them a coupon code through *Coupon Carrier*.

## Getting started

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

1. To begin, access the LoyaltySurf app on Zapier by clicking [here](https://zapier.com/apps/loyaltysurf/integrations).
2. Click the **Connect to 5,000+ Apps** button.
3. Log in to your Zapier account or create one if necessary.&#x20;
4. After logging in, you will be taken to the Zap editor screen, where LoyaltySurf will be visible as the trigger for the Zap you are setting up.

{% hint style="warning" %}
**Note:** Zapier's free plan provides you with 5 total Zaps and 100 free monthly tasks. For more, you will need to upgrade your Zapier plan. Also, if you do not have a Zapier account, you will be prompted to complete a short questionnaire before you can create a Zap.&#x20;
{% endhint %}

## Next steps

View our [Tutorials](/integrations/zapier/tutorials.md) for examples of how to set up Zaps for common scenarios.

* [Trigger Loyalty Action](https://docs.loyaltysurf.io/integrations/zapier/tutorials#example-1-trigger-loyalty-action)
* [New Participant Reward](https://docs.loyaltysurf.io/integrations/zapier/tutorials#example-2-new-participant-reward)
* [New Participant](https://docs.loyaltysurf.io/integrations/zapier/tutorials#example-3-new-participant)
* [Campaign Ended](https://docs.loyaltysurf.io/integrations/zapier/tutorials#example-4-campaign-ended)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.loyaltysurf.io/integrations/zapier.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
