Contact overview
A contact can be an email or a phone and represents a customer’s contact information.
Contact schema
| Field | Description | Type |
|---|---|---|
| id | Unique identifier (UUID) | String |
| contact_type | The type of a contact, can be email or phone | String |
| address | The contact recipient | String |
| created_at | Indicates when the record was created in iso8601 | String |
| updated_at | Indicates when the record was last updated in iso8601 | String |
| validated | If the customer validated the contact | Boolean |