> ## Documentation Index
> Fetch the complete documentation index at: https://docs.typebot.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Make.com

The Make.com integration block allows you to trigger a scenario at a given moment in your flow.

1. Insert a Make.com block where you want to trigger the scenario:

<Frame>
  <img src="https://mintcdn.com/typebot/bR67_tMY0NAThQSS/images/blocks/integrations/make-com.png?fit=max&auto=format&n=bR67_tMY0NAThQSS&q=85&s=8cb08b30efa30244c11debf953094cc6" alt="Make.com block" width="1296" height="468" data-path="images/blocks/integrations/make-com.png" />
</Frame>

2. Follow the instructions on Make.com to create and enable your scenario.

3. Run the scenario on Make.com.

4. Go back to Typebot, click on your Make.com block and click on "Test the request".

5. The scenario will be triggered on Make.com.

## Return data from Make.com

You can return data from Make.com by adding a "Webhook response" module at the end of your scenario, on this node you can set the body of the response with whatever Make.com values you want.

Once you are ready to try out the webhook, hit the `Run once` button. This will make the scenario to wait for a request to be made to the webhook URL.

<Frame>
  <img src="https://mintcdn.com/typebot/GKh4kAHuJyoa-s-C/images/blocks/integrations/make-com-webhook-response.avif?fit=max&auto=format&n=GKh4kAHuJyoa-s-C&q=85&s=35ce0e5ce10d09a98e1437ee78e42424" alt="Make.com block webhook response module" width="2616" height="1792" data-path="images/blocks/integrations/make-com-webhook-response.avif" />
</Frame>

At this point, head over to Typebot and hit the `Test the request` button. It will execute the Make.com scenario and you should see the response from Make.com.

Now you can map this data to variables in Typebot.

<Frame>
  <img src="https://mintcdn.com/typebot/GKh4kAHuJyoa-s-C/images/blocks/integrations/make-com-save-in-variables.avif?fit=max&auto=format&n=GKh4kAHuJyoa-s-C&q=85&s=488940342ebdb922475b7b28b9da2150" alt="Make.com block save in variables" width="1582" height="1422" data-path="images/blocks/integrations/make-com-save-in-variables.avif" />
</Frame>

## Video tutorial

<div className="relative" style={{ paddingBottom: "64.5933014354067%" }}>
  <iframe title="Make.com integration tutorial video" src="https://www.youtube.com/embed/V-y1Orys_kY" allowFullScreen className="absolute top-0 left-0 w-full h-full" />
</div>
