Using the API connector on my app and I have a well configured (working) test API request:
It is also initialised and I can call it from ‘Get data from external API’. But, I can’t seem to find how to call it in a workflow. It does not appear in the plugin section.
Any help appreciated!
If you can call it from ‘Get Data From External API’ then you obviously have the call set up as a ‘Data’ call…
To use it in a workflow you’ll need to change it to an ‘Action’ call…
If you need both, just duplicate the Data call and change the copied version to an Action call…
This solved it, thank you so much.