Skip to content

Interface: CreateContactInput

Defined in: types.ts:92

Input type for creating a new contact. Omits the id field which is assigned by the server.

Properties

dbo?

ts
optional dbo?: string;

Defined in: types.ts:106

Deprecated

Use dob instead.


dob?

ts
optional dob?: string;

Defined in: types.ts:104

Date of birth of the contact.


email?

ts
optional email?: string | string[];

Defined in: types.ts:102

Email address(es) associated with the contact.


firstname

ts
firstname: string;

Defined in: types.ts:98

First name of the contact.


lastname

ts
lastname: string;

Defined in: types.ts:100

Last name of the contact.


phone

ts
phone: string;

Defined in: types.ts:94

Phone number of the contact.


title?

ts
optional title?: string;

Defined in: types.ts:96

Optional title (e.g., Mr, Mrs, Dr).