EmailMessageInput
No description
input EmailMessageInput {
attachments: [EmailAttachmentInput!]
authorId: ID
bcc: [EmailRecipientInput!]
body: String!
cc: [EmailRecipientInput!]
createdAt: DateTime
subject: String!
to: [EmailRecipientInput!]!
updatedAt: DateTime
}
Fields
EmailMessageInput.attachments ● [EmailAttachmentInput!] list input common
Attachments for the message.
EmailMessageInput.authorId ● ID scalar common
The agent or contact that creates the message.
EmailMessageInput.bcc ● [EmailRecipientInput!] list input common
The "Bcc" recipients of the email.
EmailMessageInput.body ● String! non-null scalar common
The body of the email.
EmailMessageInput.cc ● [EmailRecipientInput!] list input common
The "Cc" recipients of the email.
EmailMessageInput.createdAt ● DateTime scalar common
The date and time that the message was created.
EmailMessageInput.subject ● String! non-null scalar common
The subject of the email.
EmailMessageInput.to ● [EmailRecipientInput!]! non-null input common
The "To" recipients of the email.
EmailMessageInput.updatedAt ● DateTime scalar common
The date and time that the message was updated.