Objects
Session Entry
A session entry contains the session Id, the creation date of the session, the email address of the advisor the session is assigned to (if assigned to any advisor), additional session data related to the person the session was created for, a list of collections associated with the session.
advisorEmailstring
The email address of the SST advisor that created the session.
collectionsArray<CollectionEntry>
A list of collections that were made through this session.
creationDatestring[date-time]
Timestamp the session was created at.
sessionDataSessionData
Optional additional data about the end user.
sessionIdstring
The session Id.
{
"advisorEmail": "insurance.advisor@wellinsured.com",
"collections": [],
"creationDate": "2023-10-19T14:05:00.73636Z",
"sessionData": {
"contactEmail": "em@ail.com",
"contactPhone": 46,
"firstName": "Förnamn",
"lastName": "Efternamn",
"metadata": {
"customerFlow": "email",
"customerTier": "gold"
},
"personalNumber": "19401210-2887"
},
"sessionId": "716247ee-a75b-4f58-b962-28b71bb2ac30"
}