The event object
{
eventType: string;
eventId: string;
payload: object;
}
Attributes
eventType string
The type of event that occurred (i.e. mailitem.created or mailItem.scan.completed).
eventId string
Unique identifier for the object.
payload string
Object containing data associated with the event (i.e. Mail Item).
Updated 7 months ago