I want to make an API call(server side, not client side) from initialize or update function(using custom code) of my plugin’s element.
I have implemented this custom code(2023-02-02_09-43-16) into initialize and update function one by one(for testing purpose).
But I got error like this 2023-02-02_09-48-46
I don’t want user to set workflow to use my plugin, that is why I want this kind of custom code to call api from plugin on my plugin element load or click.
Please guide if anyone has a solution for this.