Has anyone here used MuleSoft to talk to NetSuite?
e
eblackey
04/12/2023, 8:46 PM
Yes
j
jen
04/14/2023, 4:14 AM
What method did you use for authentication, @eblackey?
e
eblackey
04/14/2023, 11:59 AM
@jen We’re using TBA/OAuth1 for auth. Not sure if you’re brand new to using Mule for NetSuite. If so, I would strongly suggest you avoid using their native NetSuite connector. It’s very bloated, uses a ton of memory, slow, and buys you almost nothing. Instead, just have Mule call NetSuite REST endpoints.
j
jen
04/14/2023, 2:11 PM
Thanks for that info!
jen
04/14/2023, 2:12 PM
We are trying to use OAuth 2… no luck so far. I’m not doing the Mulesoft part, just the NS config which I have working fine with Postman but our Mulesoft people haven’t successfully connected yet.
e
eblackey
04/14/2023, 3:17 PM
We’ve never had much luck using Oauth2 with server-to-server communication. I would try to convince them to use TBA/OAuth1. It’s perfectly secure as long as you manage both the Mule and Netsuite platforms.