Skip to main content

EmailContactInput

No description

input EmailContactInput {
email: String
name: String
contactId: Int
customerId: Int
adminUserId: Int
}

Fields

EmailContactInput.email ● String scalar

Email address of the contact

EmailContactInput.name ● String scalar

Name of the contact

EmailContactInput.contactId ● Int scalar

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

EmailContactInput.customerId ● Int scalar

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

EmailContactInput.adminUserId ● Int scalar

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

Member Of

EmailTemplateCreateInput input ● EmailTemplateUpdateInput input