Table Type: Recording
Contains the downloaded email recordings.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| id | string | Primary Key | The message id |
| html_body | string | The message body in HTML format | |
| text_body | string | The message body in text format | |
| to | string | The message recipient | |
| cc | string | The message cc | |
| bcc | string | The message bcc | |
| from | string | The message sender | |
| subject | string | The message subject | |
| time | datetime | The message timestamp | |
| conversation_id | string | The conversation id | |
| recording_id | string | The recording id | |
| db_last_updated | datetime | When this record was last updated in UTC. | |
| db_when_created | datetime | When this record was created in UTC. |
