Hi, I’m creating custom app to connect with netsuite (I understand there is netsuite app but it’s enterprise level)). My question is how to generate oauth_timestamp and oauth_nonce on custom app during create connection - communication? What is the built-in functions I can use to generate them? Kindly advice
Thank you!
Hi @tsusanto;
In case you’re running above 500,000 monthly operations, check with Make Enterprise sales. The pricing might not be as bad as you think.
For your question, the simplest means is oauth_timestamp = {{now}}
and oauth_nonce = {{uuid}}
.
However, I suspect you’ll need to store that information for recall via a data store.
1 Like
Hi Michael, thanks! At the moment it’s only for personal reason to generate idea of automation between ERP and others.
1 Like