INPUT_OBJECT

CreateEmailMessageMutationInput

The input object that defines the fields for the createEmailMessage mutation.

link GraphQL Schema definition

  • input CreateEmailMessageMutationInput {
  • # A descriptive name.
  • name: String!
  • # The name to send from when using this email message. If `null`, then the system
  • # default will be used.
  • from_name: String
  • # The email address to send from when using this email message. If `null`, then
  • # the system default will be used.
  • from_email_address: EmailAddress!
  • # ID of the Saved Message Category.
  • saved_message_category_id: Int64Bit
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by