Create and Update the custom App via API

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?

1 Like

Hi @Andrei_Iakhontov,

Welcome to the Make Community. It is true that not everything is documented (yet). I am not sure if everything is meant to be documented.

But as for Custom Make Apps goes, you can find a lot of useful information in the Network tab of the browsers DevTools while browsing through your Custom App in the UI. For example, if you are authenticated via Make’s API, you can use this to update the base of your Custom App:

Cheers,
Henk

2 Likes

Hi @Henk-Operative

awesome, I will take a look and try to use it. It was so obvious )

thank you

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.