# Run Scenario (Make)

## Configuration

### Webhook URL

This is the URL that will be used to trigger your Make.com scenario. For more information on creating webhooks with Make, visit their [online help center](https://help.make.com/webhooks).&#x20;

### Data

Enter the data you want to send to the webhook URL using **key value pairs**. This section can include variables.&#x20;

### Output Variable

Save the output of the run as a variable. Example: `Make_Result`

If the block outputs the triggered scenario's response, it will return the output as plain text.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://university.mindstudio.ai/docs/building-ai-agents/blocks-reference/run-scenario-make.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
