diff --git a/apps/docs/docs/editor/blocks/integrations/make-com.mdx b/apps/docs/docs/editor/blocks/integrations/make-com.mdx index b1a865f00..87f5a1238 100644 --- a/apps/docs/docs/editor/blocks/integrations/make-com.mdx +++ b/apps/docs/docs/editor/blocks/integrations/make-com.mdx @@ -14,8 +14,22 @@ The Make.com integration block allows you to trigger a scenario at a given momen 2. Follow the instructions on Make.com to create and enable your scenario. -3. Make.com block should be properly configured. +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. ## Video tutorial + +## Return data from Make.com + +You can return data from Make.com by adding a "Webhook response" module at the end of your scenario. + +Make.com block webhook response module diff --git a/apps/docs/static/img/blocks/integrations/make-com-return.png b/apps/docs/static/img/blocks/integrations/make-com-return.png new file mode 100644 index 000000000..f59b529bc Binary files /dev/null and b/apps/docs/static/img/blocks/integrations/make-com-return.png differ