Last updated
© 2025 make.com
Last updated
Updates specification of the scenario inputs. Check out the in the Make help center.
If you want to enable the scenario inputs you have to set the scenario scheduling to "On demand" first, otherwise you get error 422 (IM016). You can use the API call:
PATCH /scenarios/{scenarioId}?confirmed=true
with the request body:
{"scheduling": "{\"type\":\"on-demand\"}"}
You can disable inputs for the specified scenario by sending a payload with an empty input
array.
The response contains the updated scenario inputs specification.
The scenario inputs feature requires your account to have the pricing plan Pro or higher.
The ID of the scenario. Get the list of scenarios with the API call GET /scenarios.
111
Contains the input array with specification of the scenario input parameters.
Successful response