Open Documentation Menu

Managing the technical contact

On the start page of contracts-config you will see which e-mail address has been defined as a Technical contact. If you have not yet defined a technical contact, a message appears at this point with a link to the configuration.

You also have the option of accessing the configuration interface in the Technical contact area and entering a technical contact for the first time or changing an existing contact.

Configuring via the configuration interface - This is how it works 

  1. Click New or select an existing technical contact and click Edit.

  2. Enter the e-mail address of the technical contact.

  3. Click Save.

Parameters for the extended configuration in the JSON file 

  • technicalContacts: Area containing the e-mail addresses of technical contacts.

  • mailAddresses: Enter one or more e-mail addresses here.

Example configuration of the technical contact

{
    "technicalContacts": {
        "mailAddresses": [
            "max.mustermann@musterfirma.de",
            "mia.musterfrau@musterfirma.de
        ]
    }
}