Enable an Automation
Last updated
Last updated
Activates the specified scenario. Also runs the scenario if the scenario is scheduled to run at regular intervals. Read more about scenario scheduling.
The API call response contains the scenario ID and the scenario isActive
property set to true
.
/scenarios/{scenarioId}/start
The ID of the scenario. You can get the scenarioId
with the List scenarios API call.
112