Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 862 Bytes

File metadata and controls

16 lines (12 loc) · 862 Bytes

CreateContactParameters

Properties

Name Type Description Notes
firstname string The contact's first name. [optional]
lastname string The contact's last name. [optional]
phone string (Required) The contact's phone number. [optional]
extension string The contact's phone extension. [optional]
email string The contact's email address. [optional]
extra1 string Miscellaneous data about this contact. [optional]
groups string[] List of group IDs that this contact should belong to. [optional]

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