- Preparing search index...
 
- The search index is not available
 
nylas 
 
Type alias CreateContactRequest
 
CreateContactRequest: {     birthday?: string;     companyName?: string;     displayName?: string;     emails?: Email[];     givenName?: string;     groups?: ContactGroup[];     imAddresses?: InstantMessagingAddress[];     jobTitle?: string;     managerName?: string;     middleName?: string;     nickname?: string;     notes?: string;     officeLocation?: string;     phoneNumbers?: PhoneNumber[];     physicalAddresses?: PhysicalAddress[];     picture?: string;     source?: SourceType;     suffix?: string;     surname?: string;     webPages?: WebPage[]; } 
Type declaration
- 
Optional birthday?: string
 
- 
Optional companyName?: string
 
- 
Optional displayName?: string
 
- 
Optional emails?: Email[]
 
- 
Optional givenName?: string
 
- 
 
- 
 
- 
Optional jobTitle?: string
 
- 
Optional managerName?: string
 
- 
Optional middleName?: string
 
- 
Optional nickname?: string
 
- 
Optional notes?: string
 
- 
Optional officeLocation?: string
 
- 
Optional phoneNumbers?: PhoneNumber[]
 
- 
Optional physicalAddresses?: PhysicalAddress[]
 
- 
Optional picture?: string
 
- 
 
- 
Optional suffix?: string
 
- 
Optional surname?: string
 
- 
Optional webPages?: WebPage[]
 
 
 
 
 
Interface for creating a contact.