INPUT_OBJECT
CreateOrUpdateEmailSequenceEnrolledInput
link GraphQL Schema definition
- input CreateOrUpdateEmailSequenceEnrolledInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the enrolled account.
- : ID
- # Id of the actor.
- : ID
- # Id of the application.
- : ID
- # Id of the enrolled contact.
- : ID
- # Id of the activity log.
- : ID
- # Id of the email sequence.
- : ID
- # Why the enrolment ended (e.g. Reply, Unsubscribe, Bounce, Manual, Completed).
- : EmailSequenceEndReasonEnum
- # Timestamp when the enrolment ended (completed or unenrolled). Empty while the
- # enrolment is active.
- : DateTime
- # True when this enrolment is excluded from sequence statistics (e.g. after a
- # stats reset).
- : Boolean
- # Id of the enrolled lead.
- : ID
- # Id of the enrolled opportunity.
- : ID
- # Id of the enrolled project.
- : ID
- # Timestamp when the enrolment started.
- : DateTime
- }