Table Type: Recording
Contains the downloaded email recordings.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| id | string | Primary Key | A globally unique identifier for this communication |
| conversation_id | string | The conversation id | |
| recording_id | string | The recording id | |
| content_type | string | The content type of the message | |
| from | string | The message sender session id | |
| from_user_id | string | The user who sent this message | |
| from_user_name | string | The name of the user who sent this message | |
| from_external_contact_id | string | The external contact id of the sender | |
| to | string | The message recipient | |
| timestamp | datetime | The time when the message was sent | |
| purpose | string | A well known string that specifies the purpose or type of the participant on this communication | |
| participant_id | string | A globally unique identifier for the participant on this communication | |
| queue_id | string | A globally unique identifier for the queue involved in this communication | |
| workflow_id | string | A globally unique identifier for the workflow involved in this communication | |
| message_text | string | The content of this message | |
| db_last_updated | datetime | When this record was last updated in UTC. | |
| db_when_created | datetime | When this record was created in UTC. |
