Enable an automation
After your user has completed the Integration Wizard, their automation is stored as a scenario. During setup, it is possible to choose to have scenarios enabled by default. However, if you did not do so, you will need to enable the automation for your user after verifying that the integration flow is complete.
You can verify that the integration flow is complete in two ways:
If you chose to open the flow in a new tab using
window.open()
, you will know the flow is complete when the active window closes. However, this may provide a false positive if the user closes the tab before finishing.If you initialize the flow using the
redirectUri
parameter, you will know the flow is complete when the user is redirected. This is recommended.
Once you've verified that the integration flow is complete, you can enable the automation using the Make API or the Make SDK. You can verify that the automation is enabled by checking the stored scenario in the relevant team.
Last updated