Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.02 KB

File metadata and controls

20 lines (15 loc) · 1.02 KB

CreateWhatsAppContactRequest

Properties

Name Type Description Notes
account_id String WhatsApp social account ID
phone String Phone number in E.164 format
name String Contact name
email 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]

[Back to Model list] [Back to API list] [Back to README]