OBJECT
EmailSequenceEntity
link GraphQL Schema definition
- type EmailSequenceEntity {
- # Tells if the entity instance is protected against delete (Entities that need to
- # be present in the system at any time). Delete action still may fail if entity is
- # deletable, due some other additional validations.
- : Boolean!
- # Unique identifier of entity.
- : ID!
- # Specifies if the entity is considered deleted.
- : Boolean
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # User who owns this email sequence.
- : ClientEntity
- # Reason the sequence is currently disabled (e.g. Manual stop, system suspension).
- # Read-only.
- : EmailSequenceDeactivationReasonEnum
- # Free-form description of the sequence.
- : String
- # Master switch for the sequence. Read-only on this surface — change it via the
- # enable / disable mutations.
- : Boolean
- # Timestamp of the most recent change to settings. Read-only.
- : DateTime
- # Timestamp of the most recent change to is_enabled. Read-only.
- : DateTime
- # Display name of the email sequence.
- : String!
- # Id of the email sequence owner.
- : ID!
- : EmailSequenceSchema
- # Process category of the sequence (e.g. EmailSequence vs other process types).
- : ProcessTypeEnum!
- # Run history of the sequence — one log per scheduled execution.
- #
- # Arguments
- # filter: Filter EmailSequenceActivityLog relations by target
- # EmailSequenceActivityLog attributes.
- # orderBy: Order EmailSequenceActivityLog relations by target
- # EmailSequenceActivityLog attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- : EmailSequenceActivityLogFilterInput,
- : [EmailSequenceActivityLogOrderByInput!],
- : Boolean,
- : String,
- : String,
- : Int,
- : Int
- ): EmailSequenceActivityLogEntityConnection
- # Attachments and other documents linked to this sequence.
- : [CloudObjectRelationEntity!]
- # Enrolment records (recipients currently or previously running through the
- # sequence).
- #
- # Arguments
- # filter: Filter EmailSequenceEnrolled relations by target
- # EmailSequenceEnrolled attributes.
- # orderBy: Order EmailSequenceEnrolled relations by target
- # EmailSequenceEnrolled attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- : EmailSequenceEnrolledFilterInput,
- : [EmailSequenceEnrolledOrderByInput!],
- : Boolean,
- : String,
- : String,
- : Int,
- : Int
- ): EmailSequenceEnrolledEntityConnection
- # Effective status of the sequence (e.g. Scheduled, Running, Expired, Error).
- # Read-only; derived from the active-from / active-to settings and the most recent
- # activity log status.
- : ProcessStatusEnum
- # Timestamp the sequence last produced a run (delivered or attempted a step).
- : DateTime
- # Fraction of delivered emails (0–1) where at least one tracked link was clicked.
- : Float
- # Fraction of sent emails (0–1) that bounced (the recipient mailserver rejected
- # them).
- : Float
- # Fraction of delivered emails (0–1) that recorded at least one open event.
- : Float
- # Fraction of delivered emails (0–1) where the recipient replied.
- : Float
- # Fraction of delivered emails (0–1) where the recipient unsubscribed.
- : Float
- # Total number of emails produced (queued) by the sequence across all steps.
- : Int!
- # Total number of emails actually delivered by the sequence across all steps.
- : Int!
- # Number of records (Accounts/Contacts/Leads/Opportunities) currently enrolled in
- # this sequence.
- : Int!
- # Entity name whose records trigger automatic enrollment into this sequence (e.g.
- # "Lead", "Contact"). Empty when the sequence is manually enrolled only.
- : EntityNameEnum
- # Id of the field on the trigger entity whose value change drives enrollment (e.g.
- # a step field on a Lead). Empty when no field-based trigger is configured.
- : UUID
- # Number of steps configured in the sequence.
- : Int
- # Checks which permissions current user has on concrete entity instance.
- #
- # Arguments
- # permissions: [Not documented]
- (: [EntityPermsEnum!]!): [EntityPermsEnum!]!
- # Arguments
- # period: [Not documented]
- (: EmailSequenceStatsPeriodEnum!): EmailSequenceStats!
- }
link Require by
- CloudObjectRelationEntitynull
- CreateEmailSequencePayloadnull
- DeleteEmailSequencePayloadnull
- EmailSequenceActivityLogEntitynull
- EmailSequenceEnrolledEntitynull
- EmailSequenceEntityEdgeA Relay edge containing a `EmailSequenceEntity` and its cursor.
- EmailSequenceRepositorynull
- StepChecklistEntitynull
- UpdateEmailSequencePayloadnull