Skip to main content

EmailContact

No description

type EmailContact {
email: String
name: String
contactId: Int
customerId: Int
adminUserId: Int
}

Fields

EmailContact.email ● String scalar

Email address of the contact

EmailContact.name ● String scalar

Name of the contact

EmailContact.contactId ● Int scalar

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

EmailContact.customerId ● Int scalar

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

EmailContact.adminUserId ● Int scalar

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

Member Of

EmailTemplate object