EmailRecipient
Input for a single email recipient, which can be either a contact reference or raw email address.
input EmailRecipient {
meansOfContactId: ID
email: String
}
Fields
EmailRecipient.meansOfContactId
● ID
scalar
ID of an existing means of contact in the system. Takes precedence over the email field if provided.
EmailRecipient.email
● String
scalar
Email address to use. Required if no ID is provided.
Member Of
DocumentActionInput
input