INPUT_OBJECT
CreateOrUpdateEmailSequenceActivityLogInput
link GraphQL Schema definition
- input CreateOrUpdateEmailSequenceActivityLogInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the actor.
- : ID
- # Id of the application.
- : ID
- # Id of the email sequence.
- : ID
- # Timestamp when the run finished. Empty for runs still in progress.
- : DateTime
- # True when the run was a dry-run / test execution and did not produce real-side
- # effects.
- : Boolean
- # Timestamp when the run started.
- : DateTime
- # Outcome of the run (e.g. Ok, Error, Cancelled).
- : ProcessStatusEnum
- }