INPUT_OBJECT

CreateOrUpdateEmailSequenceEnrolledInput

link GraphQL Schema definition

  • input CreateOrUpdateEmailSequenceEnrolledInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Id of the enrolled account.
  • accountId: ID
  • # Id of the actor.
  • actorId: ID
  • # Id of the application.
  • applicationId: ID
  • # Id of the enrolled contact.
  • contactId: ID
  • # Id of the activity log.
  • emailSequenceActivityLogId: ID
  • # Id of the email sequence.
  • emailSequenceId: ID
  • # Why the enrolment ended (e.g. Reply, Unsubscribe, Bounce, Manual, Completed).
  • endReason: EmailSequenceEndReasonEnum
  • # Timestamp when the enrolment ended (completed or unenrolled). Empty while the
  • # enrolment is active.
  • endTime: DateTime
  • # True when this enrolment is excluded from sequence statistics (e.g. after a
  • # stats reset).
  • excludedFromStats: Boolean
  • # Id of the enrolled lead.
  • leadId: ID
  • # Id of the enrolled opportunity.
  • opptyId: ID
  • # Id of the enrolled project.
  • projectId: ID
  • # Timestamp when the enrolment started.
  • startTime: DateTime
  • }

link Require by