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.
  • entityType: EntityNameEnum!
  • # Identifier of the email field on the trigger record whose address the sequence
  • # sends to.
  • fieldId: ID!
  • # API name of the trigger record type when it is a custom entity.
  • entityApiName: String
  • # Identifier of a relation field used to resolve the email recipient from a
  • # related record rather than the trigger record itself.
  • relationLookupFieldId: ID
  • }