Hey Guys, Is there something exists like webhooks/...
# suitetalkapi
m
Hey Guys, Is there something exists like webhooks/feeds/notifications which alerts when an item gets updated on netsuite?
e
Create an item saved search and under the email tab check the "Send email alerts when records are created/updated"
m
@Eric B i am looking for some api stuff so that i can integrate it to our system
s
You can have a User Event Script which calls a web hook
m
Thanks. Any resource would be helpful
@Stuart Anderton What if i have multiple customers and they all have netsuite. So i have to upload that script to every customer's netsuite or there is a better way?
s
Yes, every Netsuite instance would need the script. NetSuite has an API by default but not built in webhooks
1
You might find it easier to make a scheduled API call to retrieve changed records. But a webhook is IMHO preferable
m
yea polling sucks