CreateContactOptions
Properties
Name | Type | Description | Notes |
first_name | Option<String> | | [optional] |
last_name | Option<String> | | [optional] |
company | Option<String> | | [optional] |
email_addresses | Option<Vec> | Set of email addresses belonging to the contact | [optional] |
tags | Option<Vec> | Tags that can be used to search and group contacts | [optional] |
meta_data | Option<serde_json::Value> | | [optional] |
opt_out | Option<bool> | Has the user explicitly or implicitly opted out of being contacted? If so MailSlurp will ignore them in all actions. | [optional] |
group_id | Option<String> | Group IDs that contact belongs to | [optional] |
[Back to Model list] [Back to API list] [Back to ]