Toggle menu

Configuration

Components

Templates are managed using a single iCM Form App. Template data is saved to the iCM database in two encoded iCM Objects. A group of End Points handles the creation, retrieval, import and export of template data. A single End Point can be used to send all communications.

Component TypeName
FormCOMMSTEMPLATEMANAGER
End Point Groupgoss.CommsTemplateManager
Configuration End Pointconfig.[env].CommsTemplatemanager.getConfig
Object TypesEMAILMANAGEMENT and EMAILTEMPLATES

End Points

The CTM uses the standard GOSS End Point configuration structure.

The configuration End Point holds four settings.

function(params, credentials) {
    let config = {};
    config.sendEmail = true;
    config.sendSMS = false;
    config.emailWorker = '';
    config.smsWorker = '';
    return config;
}

PropertyTypeDescription
sendEmailBooleantrue to enable emails
sendSMSBooleantrue to enable SMS messages
emailWorkerStringThe name of the email worker. An empty string will use the standard "email" worker
smsWorkerStringThe name of the SMS worker. An empty string will use the standard "sms" worker
Last modified on 14 March 2022

Share this page

Facebook icon Twitter icon email icon

Print

print icon