INPUT_OBJECT
CreateEmailSequenceInput
link GraphQL Schema definition
- input CreateEmailSequenceInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Multi-line text input field.
- : String
- # Name of the entity and its default text representation.
- : String!
- # Relation to single entity instance.
- : ID!
- # Form definition in json format.
- : EmailSequenceSchemaJSONString
- # Field whose values are strictly defined with an enumeration of values.
- : ProcessTypeEnum!
- # Relations to CloudObjects.
- : [CreateCloudObjectRelationNoBackrefInput!]
- }