OBJECT
EmailSequenceTrigger
link GraphQL Schema definition
- type EmailSequenceTrigger {
- # Type of record that enrolls into the sequence when the trigger fires, such as
- # Contact, Account, Lead, Opportunity, or Project.
- : EntityNameEnum!
- # Identifier of the email field on the trigger record whose address the sequence
- # sends to.
- : ID!
- # API name of the trigger record type when it is a custom entity.
- : String
- # Identifier of a relation field used to resolve the email recipient from a
- # related record rather than the trigger record itself.
- : ID
- }