Hi Team, has anyone done REST API integration into...
# general
b
Hi Team, has anyone done REST API integration into Netsuite to add attachments to an object like a vendor bill? Open to other forms of integration as well!
e
Not REST API, but did with SuiteScript.
👍 1
b
do we need to get registered on to the SDN network to deploy SuiteScripts? @eblackey
e
Only if you were trying to package up a SuiteApp to sell to other customers. Otherwise, you can deploy Suitescripts to your own account(s)
🙌 1
d
Hey! Yes, my team has done this before but what system are you sending vendor bills out of?. I am a little curious on why you aren’t using native NetSuite functionality to do this? It’s pretty simple to attach items to a vendor bill using the email workflow functions in NetSuite
b
hey @Dylan Shaver, we are exploring to use an external tool to send vendor bills via API. But there are certain gaps that cannot be achieved via API alone (one being adding attachments, amongst others). Interesting suggestion to use the email workflow within NetSuite, was that what your team used eventually?
e
You could also create a Restlet with SuiteScript that could probably do what you’re needing if the API could not.
thankyou 1