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
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.