contacts.coms

Communication contacts

type

object

properties

  • templateId

The id of the template to use for this file

type

string

  • templateVariables

The variables and their values to be replaced from the template

type

object

additionalProperties

  • variablesFiles

The variables files to use to replace the variables. The first file of the list will take precedence over the following one. Template variables take precedence over the contents of the files.

type

array

items

type

string

  • isTemplateGeneratedByOspComposer

If the value is set to true, manual editing of this file should be avoided, as the composer will override the value in the next generation.

type

boolean

  • moduleId

The list of module who can access to

type

array

items

type

string

  • contacts

The contacts list (can be empty)

type

array

items

oneOf

PERSONAL

ENTERPRISE

additionalProperties

False

PERSONAL

type

object

properties

  • type

type

string

enum

PERSONAL

default

PERSONAL

  • description

  • number

Use to send a email. If empty or invalid the contact will be ignored.

type

string

  • email

Use to send a sms. If empty or invalid the contact will be ignored.

type

string

  • firstname

The firstname to use during the generation of notification

type

string

  • lastname

The lastname to use during the generation of notification

type

string

  • markdownDescription

additionalProperties

False

ENTERPRISE

type

object

properties

  • type

type

string

enum

ENTERPRISE

default

ENTERPRISE

  • description

  • number

Use to send a email. If empty or invalid the contact will be ignored.

type

string

  • email

Use to send a sms. If empty or invalid the contact will be ignored.

type

string

  • name

The firstname to use during the generation of notification

type

string

  • markdownDescription

additionalProperties

False