What you can ask
“What scenarios do I have, and which ones are active?”
“Explain what my ‘New Lead → CRM’ scenario does.”
“Run the invoice-sync scenario now.” (asks for approval before running)
“Why did last night’s scenario run fail?”
“Retry that failed execution.” (asks for approval before running)
Connecting
- Open Connections in the dashboard and click Make → Connect.
- Enter your Base URL, the zone your Make account lives in, like
https://us2.make.comorhttps://eu1.make.com(visible in your browser address bar when you’re logged into Make). - In Make, create an API token under Profile → API, then paste it in.
- Ask Expertise to list your Make scenarios to confirm it’s live.
A Make API token only works in the zone it was created in. If your Base
URL is
eu1.make.com, create the token there too, a token from us2
won’t authenticate.Tools
Good to know
- Running a scenario runs everything in it. A scenario can send emails, message people, or write to other systems, Expertise reads its name and flow first so it can tell you what will happen before you approve.
- Scenarios must be active to run. If a run request fails because the scenario is off, Expertise will say so rather than guessing why.
- Deletes are permanent, a scenario or data store record removed this way can’t be recovered.
- Every write pauses for your approval, including activating or deactivating a scenario’s live schedule.
Troubleshooting
A request fails saying the token is missing a scope
A request fails saying the token is missing a scope
API token scopes are set when you create the token in Make under
Profile → API, check the token includes the scope for what you
asked (for example
scenarios:run to run scenarios).Expertise can't find a scenario you know exists
Expertise can't find a scenario you know exists
Scenarios belong to a specific team, ask Expertise to list your
organizations and teams first, then list scenarios for the right one.