Interface CreateContactOptions

Options for creating an email contact in address book

Export

Interface

CreateContactOptions

Hierarchy

  • CreateContactOptions

Properties

company?: string

Memberof

CreateContactOptions

emailAddresses?: string[]

Set of email addresses belonging to the contact

Memberof

CreateContactOptions

firstName?: string

Memberof

CreateContactOptions

groupId?: string

Group IDs that contact belongs to

Memberof

CreateContactOptions

lastName?: string

Memberof

CreateContactOptions

metaData?: object

Memberof

CreateContactOptions

optOut?: boolean

Has the user explicitly or implicitly opted out of being contacted? If so MailSlurp will ignore them in all actions.

Memberof

CreateContactOptions

tags?: string[]

Tags that can be used to search and group contacts

Memberof

CreateContactOptions

verifyEmailAddresses?: boolean

Whether to validate contact email address exists

Memberof

CreateContactOptions