Activity Log
Learn how Dialogporten provides an activity log for each dialog
Introduction
The activity log is a service-owner-populated log with high-level information about past activities related to a particular dialog.
Usage
The activity log is an immutable list of timestamped entries, each of a particular type, that shows the history of a particular dialog’s lifetime. The various types define specific activities, such as the creation of the dialog, a message being sent from the service owner, data being submitted by the party, a signature or payment being made, or a transmission being opened. For an exhaustive list of the various activity types, see the technical reference.
The service owner is responsible for populating the activity log, and should do so in relation to other changes made to the dialog. Activity log entries can refer to a particular transmission, e.g., when it is opened and/or confirmed as read.
The activity log can be queried via API, and can be used when creating conditional notification orders, i.e., when creating reminders.
Read more
- Technical reference for the activity log entity
- How to create a dialog in Dialogporten
- Notification product documentation