can NetSuite push data to another system without a...
# integrations
n
can NetSuite push data to another system without any middleware?
c
Yes, if the system has an API netsuite can call it (SOAP/Rest)
👍 1
n
to push?
c
You have to have scripts to do it though
but there's no middleware between netsuite and the end point required.
For whatever the API supports
n
ok great- what module would that be for use in scripts?
e
you'd be better off having the external system pull data especially if the external system requires IP whitelisting which won't work with NS.
👍 1
n
that is what I thought ^
c
It really just depends on what you wanna do. N/https or N/http would be the module you use to call the APIs
n
say you want to generate a file and put it on an SFTP
c
You'd use N/sftp module
n
how easy is it? I am pretty good with suitescript as a whole but have never done this
I assume we can fetch a saved search, generate a file somehow and then the part where I would put it on an SFTP is where I am not sure
c
Should be plenty of examples in help or suiteanswers for doing it. Probably better than trying to has it out on chat here.
n
sounds good i'll take a look
c
Would search for "sftp" or something similar. Sometimes search is picky
👍 1
The main N/sftp example does almost exactly what you want
n
this is great thank you