INPUT_OBJECT
CreateTriggeredMessageMutationInput
The input object that defines the fields for the createTriggeredMessage mutation.
link GraphQL Schema definition
- input CreateTriggeredMessageMutationInput {
- # A descriptive name.
- : String!
- # Whether or not this is enabled.
- : Boolean!
- # Whether or not child accounts are allowed.
- : Boolean!
- # The trigger for this message.
- : MessageTrigger!
- # The ID of an EmailMessage.
- : Int64Bit
- # The ID of the SMS message.
- : Int64Bit
- # A list of MessageCategory IDs to apply to this contact. If this property is
- # excluded, then the contact will inherit the default message categories, which is
- # the typical behavior. You should only include this property if you want to
- # override the default behavior.
- : [Int64Bit]
- # The ID of a signature.
- : Int64Bit
- # The ID of a `JobType`.
- : Int64Bit
- # The count associated with this `TriggeredMessage`. This is defined by the
- # trigger, and could be something like a number of days, months, gigabytes, etc.
- : Int
- # A note about this entity.
- : NoteMutationInput
- }