INPUT_OBJECT
UpdateTriggeredEmailMutationInput
The input object that defines the fields for the updateTriggeredEmail mutation.
link GraphQL Schema definition
- input UpdateTriggeredEmailMutationInput {
- # A descriptive name.
- String :
- # The trigger for this email.
- EmailTrigger :
- # Whether or not this is enabled.
- Boolean :
- # The ID of an EmailMessage.
- Int64Bit :
- # A list of EmailCategory IDs to apply to this triggered email. If this triggered
- # email sends to account contacts, then the contact must have at least one of the
- # email categories defined here in order to receive this email.
- Int64Bit] : [
- # The count associated with this `TriggeredEmail`. This is defined by the trigger,
- # and could be something like a number of days, months, gigabytes, etc.
- Int :
- # The `Job` ID for this `TriggeredEmail`. This will only be saved for triggered
- # emails using the trigger `JOB_SCHEDULED`.
- Int64Bit :
- # Whether or not child accounts are allowed.
- Boolean :
- # A note about this entity.
- NoteMutationInput :
- }