EvaluateRequest
scenario_idsstring[]required
Make.com scenario IDs already imported into the calling organization.
Possible values: >= 1, <= 10
org_idstringdeprecated
Deprecated and optional. The organization is derived from the API key, so this field is no longer required. If sent, it must equal the key's organization or the request is rejected with 403.
connection_idstring
Optional Make.com connection to use for any dynamic checks.
EvaluateRequest
{
"scenario_ids": [
"string"
],
"connection_id": "string"
}