ContactDto
Contact object. For saving a user in contact book.
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | str | ||
group_id | str | [optional] | |
first_name | str | [optional] | |
last_name | str | [optional] | |
company | str | [optional] | |
email_addresses | list[str] | ||
primary_email_address | str | [optional] | |
tags | list[str] | ||
meta_data | object | [optional] | |
opt_out | bool | [optional] | |
created_at | datetime |