Make.com Run Scenario
The Make.
Trigger a Make.com scenario via webhook
The Make.com Run Scenario block sends an HTTP POST request to a Make.com webhook URL, triggering a scenario and returning its response. It acts as a bridge between a MindStudio workflow and any automation you have configured in Make.com, allowing you to invoke external processes without leaving your AI workflow.
The block takes three key inputs: a webhook URL that points to the target Make.com scenario, a set of key-value pairs that are serialized as a JSON body in the POST request, and an optional variable name where the scenario's response will be stored. The response is returned as a data field, which can be either a JSON object or a plain string depending on how the Make.com scenario is configured to respond.
This block fits into workflows where you need to hand off work to an existing Make.com automation — for example, writing data to a spreadsheet, sending a notification, updating a CRM record, or triggering a multi-step process that already lives in Make.com. It is particularly useful when the external logic is already built and maintained in Make.com and you want to invoke it conditionally or with dynamic inputs generated earlier in a MindStudio workflow.
What you can build
Real-world workflows powered by the Make.com Run Scenario block.
CRM Record Updates
Trigger a Make.com scenario to create or update a contact record in a CRM like HubSpot or Salesforce, passing structured data collected earlier in the workflow.
Spreadsheet Data Writing
Send extracted or generated data to a Make.com scenario that appends rows to a Google Sheet or Airtable base.
Automated Email Notifications
Invoke a Make.com scenario to send a formatted email notification when a specific condition is met in a MindStudio workflow.
E-commerce Order Processing
Trigger a Make.com scenario to process an order, update inventory, or notify fulfillment systems with order details passed as key-value inputs.
Database Record Creation
Pass structured output from an AI step to a Make.com scenario that writes new records into a connected database or backend system.
Multi-Step Approval Workflows
Kick off a Make.com approval or routing scenario from within a MindStudio workflow, using the returned response to determine the next step.
Ready to add Make.com Run Scenario to your workflow?
Get Started FreeCommon questions about Make.com Run Scenario
What are the required parameters for this block?
The block requires a webhook URL, which must be a valid Make.com webhook endpoint configured in your scenario. The input field accepts key-value pairs that are sent as the JSON POST body. A destination variable is optional and is used to store the response for use later in the workflow.
What does the block return?
The block returns a data field containing the response from the Make.com scenario. The format of this response — whether it is a JSON object or a plain string — depends on how the Make.com scenario is configured to respond to the webhook trigger.
How do I pass dynamic data to the Make.com scenario?
Dynamic data is passed through the input field as key-value pairs. These pairs are serialized into a JSON object and sent as the POST body to the webhook URL.
What kinds of workflows commonly use this block?
This block is commonly used in workflows that need to delegate tasks to existing Make.com automations, such as writing to external databases, sending notifications, updating CRM records, or triggering multi-step processes that are already configured in Make.com.
Where do I find the webhook URL to use with this block?
The webhook URL is generated within your Make.com scenario when you add a webhook trigger module. You copy that URL and paste it into the webhookUrl field of this block.
Related capabilities
Add Make.com Run Scenario to your workflow
Build powerful AI workflows with drag-and-drop blocks. No coding required.