Title
Create new category
Edit page index title
Edit category
Edit link
Setting Up Notifications
The Notification feature allows the admin to configure emails of success or failure of various jobs, and any issues with Infoworks DWA installation.
This section describes the steps to configure such notifications for VM based set-up.
- Open the platform-config.json file from the $IW_HOME/ platform/conf folder.
- Set the following configurations in the messaging-service section as required.
xxxxxxxxxx"email.fromAddress": "infoworks_user@infoworks.io", "email.fromName": "infoworks_user", "email.settings": { "smtpHost": "smtp.gmail.com", "smtpPort": 587, "smtpUsername": "postman@infoworks.io", "smtpPassword": "qCfcfcfOtJ9moLFp0XjMhsLuchjdbcq1NMSyr6yzlcXczTJA=", "ttlsEnabled": false, "sslEnabled": false, "sslPort": 465 }- Edit the
smtpUsernameandsmtpHostparameters with required values. If the email address provided in the smtpUsername parameter is of a Gmail account, do not make any change to the smtpHost value. - Edit the
fromAddressandfromNameparameters with required values (optional). The fromName will be shown as the sender name and the fromAddress as the original sender address. The sender address behaviour may vary based on the service provider. - Provide the AES encrypted email password for the specified email address as the smtpPassword. If there is no password setup for the specified email id, provide the AES encrypted empty string.
- To encrypt the password, run the following command :
$IW_HOME/apricot-meteor/infoworks_python/infoworks/bin/infoworks_security.sh -encrypt -p <yourpassword>
infoworks_security.sh is available in the hangman pod.
- Restart services using the following commands:
$IW_HOME/bin/stop.sh platform
$IW_HOME/bin/start.sh platform
Managing Notifications
Clicking the bell icon near the *_Admin *_menu displays all the job notifications.
For more details, refer to our Knowledge Base and Best Practices!
For help, contact our support team!
© UNIPHORE TECHNOLOGIES 2025 | Confidential