INPUT_OBJECT
CreateEmailMessageMutationInput
The input object that defines the fields for the createEmailMessage mutation.
link GraphQL Schema definition
- input CreateEmailMessageMutationInput {
- # A descriptive name.
- String! :
- # The name to send from when using this email message. If `null`, then the system
- # default will be used.
- String :
- # The email address to send from when using this email message. If `null`, then
- # the system default will be used.
- EmailAddress! :
- # ID of the Saved Message Category.
- Int64Bit :
- # A note about this entity.
- NoteMutationInput :
- }