Is there a way to know if a connection is in use anywhere?

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.

Screenshot_2024-02-21_100249

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.

2 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.

Screenshot_2024-02-21_100243

However this is very advanced and I recommend that you do not attempt this.

2 Likes