I’m creating a custom plugin.
I’ve defined a bunch of external API calls under the API Calls tab of the plugin editor.
The majority of the calls are defined as Actions. And they have parameters that needs to be filled in by the plugin user.
For example this is one of the calls (some details redacted):
I installed a test version of this custom plugin on my app. It also has an element, which I added to the page.
But the life of me I can’t figure out how to access the API calls I defined in the plugin.
I thought I would find them as Actions in my apps Workflows, but I can’t see them.
Where are these API Actions and how do I use them?