CreateContactOptions
Options for creating an email contact in address book
Properties
Name | Type | Description | Notes |
---|---|---|---|
first_name | str | [optional] | |
last_name | str | [optional] | |
company | str | [optional] | |
email_addresses | list[str] | Set of email addresses belonging to the contact | [optional] |
tags | list[str] | Tags that can be used to search and group contacts | [optional] |
meta_data | object | [optional] | |
opt_out | bool | Has the user explicitly or implicitly opted out of being contacted? If so MailSlurp will ignore them in all actions. | [optional] |
group_id | str | Group IDs that contact belongs to | [optional] |