Enable an Automation SDK

Use the enableScenario method:

const enabledScenario = await sdk.scenarios.enableScenario({ scenarioId: 774564
        })
        console.log(enabledScenario.id);

Last updated