INPUT_OBJECT

CreateEmailTemplateInput

link GraphQL Schema definition

  • input CreateEmailTemplateInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Html text input field.
  • body: String
  • # Relation to single entity instance.
  • emailTemplateFolderId: ID
  • # Name of the entity and its default text representation.
  • name: String!
  • # Relation to single entity instance.
  • ownerId: ID!
  • # Field whose values are strictly defined with an enumeration of values.
  • shareMode: ProfileShareMode
  • # String value.
  • subject: String!
  • # Field whose values are strictly defined with an enumeration of values.
  • type: EmailTemplateTypeEnum!
  • # Revision when entity was lastly changed.
  • revision: Int
  • sharingClients: [UUID!]
  • sharingUnits: [UUID!]
  • # Relations to CloudObjects.
  • documents: [CreateCloudObjectRelationNoBackrefInput!]
  • }