Using HTTP Request to connect to Oracle NetSuite Endpoint

As there is no Standard Node to connect with Oracle NetSuite, I used “HTTP Request” to connect the REST SuiteTalk WebService in NetSuite. I can successfully connect to those EndPoint (Get/POST) by using Token-based Authentication.

However, when I try to run the “Second time”, Authorisation failed (i.e. please check your credentials)

However, I can run in the POSTMAN with same login information without any problem.

I am curious if there is any problem with N8N cloud Service.

Glad to hear if anyone has similar experience. Thank you

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Wil

Can you share how you’ve configured the HTTP request node? It sounds like the token expires after a short time. Does the NetSuite API provide a Request Token URL? You could probably use a Generic Credential in the HTTP Request node to get the refresh token.