Interface: Contact
Defined in: types.ts:72
A contact stored in the mNotify system.
Properties
dbo?
ts
optional dbo?: string;Defined in: types.ts:88
Deprecated
Use dob instead.
dob?
ts
optional dob?: string;Defined in: types.ts:86
Date of birth of the contact.
email?
ts
optional email?: string[];Defined in: types.ts:84
Email address(es) associated with the contact.
firstname
ts
firstname: string;Defined in: types.ts:80
First name of the contact.
id
ts
id: string;Defined in: types.ts:74
Unique contact identifier.
lastname
ts
lastname: string;Defined in: types.ts:82
Last name of the contact.
phone
ts
phone: string;Defined in: types.ts:76
Phone number of the contact.
title?
ts
optional title?: string;Defined in: types.ts:78
Optional title (e.g., Mr, Mrs, Dr).