Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1006 Bytes

File metadata and controls

19 lines (15 loc) · 1006 Bytes

Late.Model.CreateWhatsAppContactRequest

Properties

Name Type Description Notes
AccountId string WhatsApp social account ID
Phone string Phone number in E.164 format
Name string Contact name
Email string Contact email [optional]
Company string Company name [optional]
Tags List<string> Tags for categorization [optional]
Groups List<string> Groups the contact belongs to [optional]
IsOptedIn bool Whether the contact has opted in to receive messages [optional] [default to true]
CustomFields Dictionary<string, string> Custom key-value fields [optional]
Notes string Notes about the contact [optional]

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