I would like to update a JSON web-service from my ArcGIS feature service. 3 fields from my feature service should be sent to this other web-service, incrementally, probably once every minute. I have the web-service 'UPSERT' method which will allow me to update the service. What is a good way to approach this?