2
0

📝 (makeCome) Move the return data section above video

This commit is contained in:
Baptiste Arnaud
2024-01-17 09:04:07 +01:00
parent 12af712948
commit b2f8cd44b8

View File

@ -18,16 +18,6 @@ The Make.com integration block allows you to trigger a scenario at a given momen
5. The scenario will be triggered on Make.com.
## 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>
## Return data from Make.com
You can return data from Make.com by adding a "Webhook response" module at the end of your scenario.
@ -38,3 +28,13 @@ You can return data from Make.com by adding a "Webhook response" module at the e
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>