Programmatically create a new scenario (Java, JavaScript, command line)

Hi,
as I announced earlier I have started to look into automation of Make workflows.

I like how powerful and detailed Make API is and decided to experiment with it. I have created a small library that handles retries in case of network errors and allows for some customization.

In essence, the library has the following benefits:

  • Includes a http server that you can deploy and monitor.
  • Handles authentication towards Make API.
  • Retries API calls failed due to network errors.

The library is on GitHub.

You can use the library to create a new scenario. I have included examples written in Java, JavaScript and also a simple call from command line.

Your feedback and comments are highly appreciated. Thank you.

8 Likes

Whoa @zezutom this is absolutely awesome :clap: :clap: :clap:

Thank you so much for putting the library together and for sharing it with the community. I’m sure it’s gonna be helpful big-big time! You’re a rockstar :purple_heart:

1 Like

Thank you @Michaela for your encouragement :slight_smile:

1 Like

This is super encouraging to see!

Thank you for sharing :slight_smile: +1 Github :star: and :eyes:

I’m definitely going to keep an eye on where you take this :slight_smile:

2 Likes

Thank you all for your support. I’ve finally made progress worthwhile sharing. You can find the latest in this post here.

1 Like