I have a custom app.
I’ve created all modules, webhooks, connections, and service procedures via the web interface. And everything is working fine.
Now I want to have the ability to create the same for my new environment or update the existing one in an automated way through make.com tools.
I decided to use API for this purpose. But faced an issue that the custom app is still not covered by Make API. In the documentation, I found a single request related to Custom apps. It is to list all my custom apps. But I need the POST, PATCH, and UPDATE methods as well.
What are your suggestions?
How can I address it?
Maybe there are some other tools to make it happen?