INPUT_OBJECT

CreateOrUpdateEmailSequenceActivityLogInput

link GraphQL Schema definition

  • input CreateOrUpdateEmailSequenceActivityLogInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Id of the actor.
  • actorId: ID
  • # Id of the application.
  • applicationId: ID
  • # Id of the email sequence.
  • emailSequenceId: ID
  • # Timestamp when the run finished. Empty for runs still in progress.
  • endTime: DateTime
  • # True when the run was a dry-run / test execution and did not produce real-side
  • # effects.
  • isTestRun: Boolean
  • # Timestamp when the run started.
  • startTime: DateTime
  • # Outcome of the run (e.g. Ok, Error, Cancelled).
  • status: ProcessStatusEnum
  • }

link Require by