Skip to main content

NoteMessageInput

No description

input NoteMessageInput {
attachments: [EmailAttachmentInput!]
body: String!
phone: String
subject: String!
to: EmailRecipientInput
}

Fields

NoteMessageInput.attachments ● [EmailAttachmentInput!] list input common

Attachments for the message.

NoteMessageInput.body ● String! non-null scalar common

The body of the email.

NoteMessageInput.phone ● String scalar common

The contact phone number.

NoteMessageInput.subject ● String! non-null scalar common

The subject of the email.

NoteMessageInput.to ● EmailRecipientInput input common

The contact email address.

Member of

ConversationLogInput input