Messenger conversation.
| Attribute | Type | Description |
|---|---|---|
| closed | boolean | Whether the conversation has been closed |
| 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) |
| uid | string | Podium unique identifier for conversation. |
| 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. |
| assigneeUids | array[string] | Podium unique identifier for assignee user. |
| lastItemAt | string | When the last conversation item was added. |
{
"closed": false,
"channel": {
"type": "email",
"identifier": "[email protected]"
},
"uid": "00000000-0000-0000-0000-000000000000",
"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",
"assigneeUids": [
"00000000-0000-0000-0000-000000000000"
],
"lastItemAt": "2015-01-23T23:50:07Z"
}
