You can query asynchronous Genesys Cloud event streams using LINQ operators. Thus you can filter, project, aggregate, compose and perform time-based operations on multiple events easily by using these standard LINQ operators.
This is a C# .NET Standard 2.0 alternative lightweight implementation of the client Genesys Notifications websocket API.
- Serialization based on System.Text.Json.
- Logging functionality based on Microsoft.Extensions.Logging.
- User friendly with reactive model programming.
- Multiple channels if more than 1000 topics.
Install-Package Genesys.Client.Notifications
https://developer.mypurecloud.com/api/rest/v2/notifications/notification_service.html