The conversation object

Messenger conversation.

AttributeTypeDescription
closedbooleanWhether the conversation has been closed
uidstringPodium unique identifier for conversation.
createdAtstringWhen the conversation was started.
locationUidstringPodium unique identifier for location.
updatedAtstringWhen the conversation was last updated.
channel.typestringMessenger channel for the conversation. Possible values: ["apple", "car_wars", "email", "facebook", "fallback_email", "google", "google_brand", "iframe", "instagram", "phone", "secure", "sms", "text", "whatsapp"]
channel.identifierstringIdentifies the Messenger channel. Must be a valid email address or a phone number. Non-US/Canada numbers must include the country code (e.g. +61 for AUS)
assignedUserUidstringPodium unique identifier for user.
contactNamestringName of the contact.
assigneeUidsarray[string]Podium unique identifier for assignee user.
lastItemAtstringWhen the last conversation item was added.
{
  "closed": false,
  "uid": "00000000-0000-0000-0000-000000000000",
  "createdAt": "2015-01-23T23:50:07Z",
  "locationUid": "00000000-0000-0000-0000-000000000000",
  "updatedAt": "2015-01-23T23:50:07Z",
  "channel": {
    "type": "email",
    "identifier": "[email protected]"
  },
  "assignedUserUid": "00000000-0000-0000-0000-000000000000",
  "contactName": "",
  "assigneeUids": [
    "00000000-0000-0000-0000-000000000000"
  ],
  "lastItemAt": "2015-01-23T23:50:07Z"
}