Can I make http request inside of code node?

Additionally,. are also all the helpers available that can be used in custom nodes.

Meaning methods like:

  • this.helpers.httpRequest
  • this.helpers.httpRequestWithAuthentication

Those methods use underneath the hood, axios and no environment variable has to be set.

7 Likes