INPUT_OBJECT
CreateEmailSequenceActivityLogLineInput
link GraphQL Schema definition
- input CreateEmailSequenceActivityLogLineInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the activity log.
- : ID!
- # True when the line is shown in the activity log UI; false for internal-only
- # lines.
- : Boolean
- # Position of the line within its log run.
- : Int!
- # Outcome of the step the line represents (e.g. Ok, Error, Skipped).
- : ProcessStatusEnum
- }