# Zapier

## Example scenarios

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

* **New Participant Reward:** WHEN a participant reaches a referral goal and thus unlocks a reward, THEN automatically send the participant a coupon code via *Coupon Carrier.*
* **New Participant:** WHEN a new participant is added to your GrowSurf campaign, THEN add/update them in your email service provider (e.g., *Mailchimp, InfusionSoft, ConvertKit, HubSpot*).
* **Campaign Ended:** WHEN your GrowSurf campaign ends, THEN email the results of the referral program to your company CEO (total number of impressions, referrals, etc).
* **Trigger Referral:** WHEN you get a new charge in Stripe, THEN trigger a referral.

## Getting started

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

1. To begin, access the Growurf app on Zapier by clicking [here](https://zapier.com/apps/growsurf/integrations).
2. Click the **Connect to 5,000+ Apps** button.
3. Log in to your Zapier account or create one if necessary.
4. After logging in, you will be taken to the Zap editor screen, where GrowSurf 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.
{% endhint %}

## Next steps

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

* [New Participant Reward](/integrations/zapier/tutorials.md#example-1-new-participant-reward)
* [New Participant](/integrations/zapier/tutorials.md#example-2-new-participant)
* [Campaign Ended](/integrations/zapier/tutorials.md#example-3-campaign-ended)
* [Trigger Referral](/integrations/zapier/tutorials.md#example-4-trigger-referral)


---

# 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.growsurf.com/integrations/zapier.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.
