Create Connection to NetSuite with HTTP

Hi Everyone,

Does anyone have success story to create connection to Netsuite with HTTP OAuth Request. If you don’t mind share the step. What is the Authorize URI and Token URI to write down on make.com?

Thanks

1 Like

Welcome to the Make community!

You can use the Netsuite integration instead, the native connection handles the OAuth token/refresh for you.

Hope this helps! Let me know if there are any further questions or issues.

@samliew


P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!

Hi @tsusanto

Hope you are following the HTTP requests because NetSuite is an Enterprise app.

We could see that to authorize, the details are sent to the endpoint: https://system.netsuite.com/rest/requesttoken

Best regards,

Msquare Automation
Gold Partner of Make
@Msquare_AutomationExplore our automation insights in our profile.

Hi Sam, Msquare,

Because native netsuite integration is an enterprise app, I want to connect via Http request instead. I tried the request token via postman with Msquare’s suggested url, It replied 200. Thank You. But I stuck in last step because I don’t understand on how to generate oauth_signature, kindly advice