# Make

## Example scenarios

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

* **New Participant Reward:** WHEN a participant reaches a referral goal and thus unlocks a reward, THEN automatically add a new row in *Google Sheets.*
* **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

![](/files/-MGlR1alra1fS5Tecmva)

1. First, [click here to access the GrowSurf app on Make](https://www.make.com/en/integrations/growsurf).
2. Then sign into your Make account, or create a Make account if you don't already have one.
3. Once logged in, click the *Create a new scenario* button. You'll then see a screen asking *What services do you want to integrate?*, and we can move to the next step, which is setting up the Make scenario.

{% hint style="warning" %}
**Note:** Make's free plan provides you with 2 total active scenarios and 1,000 free operations per month. For more, you will need to upgrade your Make plan.
{% endhint %}

## Next steps

View our [Tutorials](/integrations/integromat/tutorials.md) to view examples of how to set up Make Scenarios for common use-cases.

* [New Participant Reward](/integrations/integromat/tutorials.md#example-1-new-participant-reward)
* [New Participant](/integrations/integromat/tutorials.md#example-2-new-participant)
* [Campaign Ended](/integrations/integromat/tutorials.md#example-3-campaign-ended)
* [Trigger Referral](/integrations/integromat/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/integromat.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.
