Skip to content

Commit

Permalink
馃摑 (makeCome) Move the return data section above video
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Jan 17, 2024
1 parent 12af712 commit b2f8cd4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions apps/docs/editor/blocks/integrations/make-com.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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>

0 comments on commit b2f8cd4

Please sign in to comment.