The Productiv platform is powered by recording real-time usage events for a customer per an application. These usage events represent different activity or actions that a given user performs on an app. Events like starting a video call on a conferencing app, sending a message on a chat app, sending an email, uploading a file, downloading a file are all examples of different usage events that can be tracked and shown in product. Every Event pushed to Productiv will be uniquely identified by the timestamp, email, and eventName combination.
This API can be used to push all usage events for an app to Productiv.
Prerequisites
Before this API can be queried, you should have already set up the application for which you will be publishing usage events. Once thats done you should have a unique appId that can be used to query these APIs. Visit the Set up an Application section to see how to do so.
In order to query this API, you would also need to send an access_token as part of the Authorization header. To see the steps for generating an access token check out Authorization.