Enable an automation

After your user has completed the integration wizard, their automation is stored as a scenario. During setup, its possible to choose to have scenarios enabled by default. However, if you did not do so, you'll need to enable the automation for your user.

Make Bridge API method (preferred)

To enable an automation:

1

Log in to Make.

2

In the left menu, click Scenarios.

3

Under the All tab or the Inactive Scenarios tab, find the scenario you want to enable.

4

Slide the toggle to On.

The scenario is enabled.

Make API method (advanced)

Before enabling the automation, you need to verify if the integration flow is complete. There are two ways to check this:

  • If you choose 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.

You can verify that the automation is enabled by checking the stored scenario in the relevant team.

Last updated