SendEmailShareContentInput
No description
input SendEmailShareContentInput {
emailMessage: String
externalShareId: String!
receiverEmail: String!
}
Fields
SendEmailShareContentInput.emailMessage ● String scalar
Optional personal message included in the share email body.
SendEmailShareContentInput.externalShareId ● String! non-null scalar
The external_share record identifying the shared content.
SendEmailShareContentInput.receiverEmail ● String! non-null scalar
Email address of the recipient the content is shared with.
Member Of
sendEmailShareContent mutation