There are plenty of cases when some 3rd party application or service needs to be updated of any changes made in Acumatica. One of the common ways developers achieve this is by sending Acumatica a number of requests through APIs. However, this quickly exhausts the limit of the number of API calls a developer can make to Acumatica. To get around this limitation, we can enlist the help of Push Notifications and Microsoft’s SignalR. This is an efficient way of getting notifications directly to your services. In this VLOG, I’ll demonstrate, showcasing how you can get notifications right into your services, or even into thin-clients applications.
To watch the VLOG, click on the video below:

Here is the follow up with a blog post with all the code which you can use to jumpstart your own development using these methods.
Happy coding!