Messenger conversation.
Attribute | Type | Description |
---|---|---|
closed | boolean | Whether the conversation has been closed |
uid | string | Podium unique identifier for conversation. |
channel.type | string | Messenger channel for the conversation. Possible values: ["apple", "car_wars", "email", "facebook", "fallback_email", "google", "google_brand", "iframe", "instagram", "phone", "secure", "sms", "text", "whatsapp"] |
channel.identifier | string | Identifies 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) |
locationUid | string | Podium unique identifier for location. |
createdAt | string | When the conversation was started. |
updatedAt | string | When the conversation was last updated. |
contactName | string | Name of the contact. |
assignedUserUid | string | Podium unique identifier for user. |
lastItemAt | string | When the last conversation item was added. |
{
"closed": false,
"uid": "00000000-0000-0000-0000-000000000000",
"channel": {
"type": "email",
"identifier": "[email protected]"
},
"locationUid": "00000000-0000-0000-0000-000000000000",
"createdAt": "2015-01-23T23:50:07Z",
"updatedAt": "2015-01-23T23:50:07Z",
"contactName": "",
"assignedUserUid": "00000000-0000-0000-0000-000000000000",
"lastItemAt": "2015-01-23T23:50:07Z"
}