Hello,
Is it possible to call REST API (in my case provided by my wordpress website)?
I have explored the httpGet method but I see it is only available in the script, and do not really get how it works… is it possible to have the API call been performed in the custom module?
The only way I see is using a custom module where you can load native node modules and do pretty much anything you want. Since the custom module can catch outgoing message you can sort of bind the widgets with REST calls here.