run_scenario_8632
Execute Scenario D - Subscenario by sending text input, enabling AI systems to trigger and interact with automation workflows on the Make MCP Server.
Instructions
Scenario D - Subscenario
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No |
Input Schema (JSON Schema)
{
"properties": {
"text": {
"type": "string"
}
},
"required": [],
"type": "object"
}