INPUT_OBJECT

CreateEmailSequenceInput

link GraphQL Schema definition

  • input CreateEmailSequenceInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Free-form description of the sequence.
  • description: String
  • # Display name of the email sequence.
  • name: String!
  • # Id of the email sequence owner.
  • ownerId: ID!
  • # JSON schema describing the sequence trigger, nodes (steps) and global actions
  • # (e.g. on-reply, on-bounce, on-unsubscribe).
  • settings: EmailSequenceSchemaJSONString
  • # Process category of the sequence (e.g. EmailSequence vs other process types).
  • type: ProcessTypeEnum!
  • # Attachments and other documents linked to this sequence.
  • documents: [CreateCloudObjectRelationNoBackrefInput!]
  • }

link Require by