Skip to main content

Interface: EmailContactInput

Defined in: type/EmailContactInput.ts:4

Input object for EmailContactInput

Properties

adminUserId?

optional adminUserId?: number

Defined in: type/EmailContactInput.ts:14

Email address and name are taken from the the adminUser with the given adminUserId


contactId?

optional contactId?: number

Defined in: type/EmailContactInput.ts:10

Email address and name are taken from the the contact with the given contactId


customerId?

optional customerId?: number

Defined in: type/EmailContactInput.ts:12

Email address and name are taken from the the contact with the given customerId


email?

optional email?: string

Defined in: type/EmailContactInput.ts:6

Email address of the contact


name?

optional name?: string

Defined in: type/EmailContactInput.ts:8

Name of the contact