Description
The table contains data related to contact exports. It includes:- information about tenants
- the JSON values representing the contact details
- the type of message associated with the export
- the timestamp of the event
- analyzing contact management processes
- tracking changes over time
- integrating with other systems
Data structure
| Column | Data Type | Tenant column |
|---|---|---|
| tenant_id | STRING | X |
| value_json | VARIANT | |
| message_type | STRING | |
| event_time | TIMESTAMP |

