Searching for scenario via Make.com API

Im building a little Raycast search extension to let me search the various scenarios i have in make…

I cannot seem to figure out a good way to return a filtered set of result via name, any suggestions?

Hey Nelson. Unfortunately, the Make API doesn’t have an endpoint to search by Scenario Name.

What you could do is have two scenarios:

  • One to run nightly (or on some other frequency) to run the List Scenarios module and store the results in a Data Store
  • Another one starting with a Custom Webhook which looks up in the Data Store and returns an array of Scenario IDs that match the search term you pass as an argument
2 Likes