create_scenario
Creates a new Make.com scenario from a blueprint defining workflow modules and connections, with manual or scheduled trigger options.
Instructions
Create a new scenario with a blueprint. The blueprint defines the workflow modules and their connections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Scenario name | |
| teamId | Yes | Team ID where to create the scenario | |
| folderId | No | Optional folder ID | |
| blueprint | Yes | JSON string of the scenario blueprint with flow array | |
| scheduling | Yes | Scheduling config JSON. Use '{"type":"on-demand"}' for manual trigger or '{"type":"indefinitely","interval":15}' for scheduled (interval in minutes) |