41 lines
1.0 KiB
Plaintext
41 lines
1.0 KiB
Plaintext
---
|
|
title: 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="/images/blocks/integrations/make-com.png" alt="Make.com block" />
|
|
</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.
|
|
|
|
<Frame>
|
|
<img
|
|
src="/images/blocks/integrations/make-com-return.png"
|
|
alt="Make.com block webhook response module"
|
|
/>
|
|
</Frame>
|
|
|
|
## Video tutorial
|
|
|
|
<div className="relative" style={{ paddingBottom: '64.5933014354067%' }}>
|
|
<iframe
|
|
src="https://www.youtube.com/embed/V-y1Orys_kY"
|
|
allowFullScreen
|
|
className="absolute top-0 left-0 w-full h-full"
|
|
/>
|
|
</div>
|