If someone who used Make.com to build scenarios & connections leaves the company, or if I want to know whether I can remove a connection, is there a way to know if a connection is currently in use anywhere in make.com?
Yes. If you delete a connection that is in-use, a confirmation will be shown with all the scenarios that will be affected.
But if the connection is not in use anywhere, the connection will simply be deleted, and you can set it up again when you need to use it.
3 Likes
Another way is to use the Make API to Get all the connections, Get all the scenarios, Get each scenario blueprint, and then use a Text Parser “Match Patten” module to see if any connections are found in the scenario.
However this is very advanced and I recommend that you do not attempt this.
3 Likes