make_clone_scenario
Clone a Make.com scenario into a new one with a specified name, enabling safe testing of structural changes without affecting the original. Optionally copy module execution state.
Instructions
Clone a Make.com scenario into a new one with a given name — the safe way to test structural changes (e.g. before make_update_blueprint) without touching the live scenario. team_id/organization_id fall back to the configured ones or the single team/org. states=true also copies module execution state (e.g. last trigger position); default false gives a clean copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the cloned scenario | |
| states | No | Also copy module execution state (default false = clean clone) | |
| team_id | No | Team ID to clone into (optional; falls back to configured MAKE_TEAM_ID or the only team) | |
| scenario_id | Yes | The scenario ID to clone | |
| organization_id | No | Organization ID (optional; falls back to configured MAKE_ORG_ID or the only org) |