| Name | Type | Description | Notes |
|---|---|---|---|
| account_id | String | WhatsApp social account ID | |
| phone | String | Phone number in E.164 format | |
| name | String | Contact name | |
| Option<String> | Contact email | [optional] | |
| company | Option<String> | Company name | [optional] |
| tags | Option<Vec> | Tags for categorization | [optional] |
| groups | Option<Vec> | Groups the contact belongs to | [optional] |
| is_opted_in | Option<bool> | Whether the contact has opted in to receive messages | [optional][default to true] |
| custom_fields | Option<std::collections::HashMap<String, String>> | Custom key-value fields | [optional] |
| notes | Option<String> | Notes about the contact | [optional] |