Has anyone here used MuleSoft to talk to NetSuite?
# general
j
Has anyone here used MuleSoft to talk to NetSuite?
e
Yes
j
What method did you use for authentication, @eblackey?
e
@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
Thanks for that info!
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
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.