Objects

Session Data

Session data pertaining to the person the session was created for (contact information, name, personal number) and additional session metadata.

contactEmailstring

Contact email address of the person the session was created for

contactPhonestring

Contact phone number of the person the session was created for

firstNamestring

First name of the person the session was created for

lastNamestring

Last name of the person the session was created for

metadataobject

Additional session metadata

personalNumberstring

Personal number of the person the session was created for

{
  "contactEmail": "em@ail.com",
  "contactPhone": 46,
  "firstName": "Förnamn",
  "lastName": "Efternamn",
  "metadata": {
    "customerFlow": "email",
    "customerTier": "gold"
  },
  "personalNumber": "19401210-2887"
}