Plugin API calls tab information request

Hi,

I am dealing with the plugin editor in these days and, for the first time, I noticed that in the API calls tab of the plugin editor it is possible to have just one API connection. Then, within the API, it is possible to add several calls, but I can’t find a button or something else to create a further API (where it were possible to set different authentication/authorization methods than the first one).
Is that the actual expected behavior of the API calls tab? If yes, can you explain why it is not possible to set there several API such as in the API connector plugin?
Thank you!

Yes, it’s expected behavior. I can’t explain the rationale, but I contacted support about it, and it seems unlikely to change any time soon. :neutral_face:

2 Likes

Thank you, Steve.
Can you maybe also confirm me that there is no way to use the API calls defined there within the plugin code itself (both that of the elements and that of actions tsbs)? I.e. the API calls tab is aimed to expose calls that can be used in the app editor workflow tab?
Thank you!