contacts.coms¶
Communication contacts¶
type |
object |
||
properties |
|||
|
The id of the template to use for this file |
||
type |
string |
||
|
The variables and their values to be replaced from the template |
||
type |
object |
||
additionalProperties |
|||
|
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 |
|
|
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 |
||
|
The list of module who can access to |
||
type |
array |
||
items |
type |
string |
|
|
The contacts list (can be empty) |
||
type |
array |
||
items |
oneOf |
||
additionalProperties |
False |
PERSONAL¶
type |
object |
|
properties |
||
|
type |
string |
enum |
PERSONAL |
|
default |
PERSONAL |
|
|
||
|
Use to send a email. If empty or invalid the contact will be ignored. |
|
type |
string |
|
|
Use to send a sms. If empty or invalid the contact will be ignored. |
|
type |
string |
|
|
The firstname to use during the generation of notification |
|
type |
string |
|
|
The lastname to use during the generation of notification |
|
type |
string |
|
|
||
additionalProperties |
False |
ENTERPRISE¶
type |
object |
|
properties |
||
|
type |
string |
enum |
ENTERPRISE |
|
default |
ENTERPRISE |
|
|
||
|
Use to send a email. If empty or invalid the contact will be ignored. |
|
type |
string |
|
|
Use to send a sms. If empty or invalid the contact will be ignored. |
|
type |
string |
|
|
The firstname to use during the generation of notification |
|
type |
string |
|
|
||
additionalProperties |
False |