INPUT_OBJECT
CreateOrUpdateEmailSequenceInput
link GraphQL Schema definition
- input CreateOrUpdateEmailSequenceInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Free-form description of the sequence.
- : String
- # Display name of the email sequence.
- : String
- # Id of the email sequence owner.
- : ID
- # JSON schema describing the sequence trigger, nodes (steps) and global actions
- # (e.g. on-reply, on-bounce, on-unsubscribe).
- : EmailSequenceSchemaJSONString
- # Process category of the sequence (e.g. EmailSequence vs other process types).
- : ProcessTypeEnum
- # Attachments and other documents linked to this sequence.
- : [CreateCloudObjectRelationNoBackrefInput!]
- }