OBJECT
EmailSequenceGlobalActionsSettings
link GraphQL Schema definition
- type EmailSequenceGlobalActionsSettings {
- # When true, the sequence reacts when a recipient replies to one of its emails.
- : Boolean!
- # When true, a recipient who replies is removed from the sequence.
- : Boolean!
- # When true, an email is sent in response to a reply.
- : Boolean!
- # Email sent in response to a reply.
- : EmailSequenceNodeEmail
- # When true, a record is created in response to a reply.
- : Boolean!
- # Template for the record created in response to a reply.
- : ProcessEntityTemplate
- # When true, the sequence reacts when a recipient unsubscribes, removing them from
- # the sequence.
- : Boolean!
- # When true, a record is created when a recipient unsubscribes.
- : Boolean!
- # Template for the record created when a recipient unsubscribes.
- : ProcessEntityTemplate
- # When true, the sequence evaluates the custom condition filter and acts when it
- # matches.
- : Boolean!
- # Field-based filter that defines the custom condition checked against the
- # enrolled record.
- : EmailSequenceFilter!
- # When true, a record matching the custom condition is removed from the sequence.
- : Boolean!
- # When true, an email is sent when the custom condition matches.
- : Boolean!
- # Email sent when the custom condition matches.
- : EmailSequenceNodeEmail
- # When true, a record is created when the custom condition matches.
- : Boolean!
- # Template for the record created when the custom condition matches.
- : ProcessEntityTemplate
- # When true, the sequence reacts when one of its emails bounces.
- : Boolean!
- # When true, a recipient whose email bounces is removed from the sequence.
- : Boolean!
- # When true, a recipient whose email bounces is also marked as unsubscribed.
- : Boolean!
- }