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.