Table Type: Recording
Contains the contents of email recordings. These records are populated when email recordings are downloaded by the recordings action
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| recording_id | string | Primary Key | The recording_id of the recording that this email is part of. |
| email_id | string | Primary Key | The unique identifier of the email. |
| from | string | The email address that the email was sent from. | |
| to | string | The email addresses that the email was sent to. | |
| cc | string | The email addresses that the email was cc'd to. | |
| bcc | string | The email addresses that the email was bcc'd to. | |
| subject | string | The subject of the email. | |
| conversation_id | string | The conversation_id of the conversation that this email is part of. | |
| downloaded_path | string | Where the email was downloaded to | |
| db_last_updated | datetime | When this record was last updated in UTC. | |
| db_when_created | datetime | When this record was created in UTC. |
