3. Installing Integration Manager : Recommended Installation Options : Configure Automatic Job Notifications
 
Share this page                  
Configure Automatic Job Notifications
When you enable notifications on a configuration, the defined recipient or recipients will receive email notifications when a job ends in an error or aborted status.
You must have an SMTP server and be an administrator of the account to set up notifications.
To enable job notifications, you must update the application.properties file and then enable job configurations so that you may begin receiving email notifications.
To initially set up notifications
1. Open the application.properties file at C:\ProgramData\Actian\IntegrationManager\conf.
2. Define the key-value pairs in the file for email sender and recipients and SMTP server:
Enable notifications:
notification.enabled=true
Configure the email sender and recipients:
notification.mailFrom=<email>
notification.mailTo=<email>
Configure the SMTP server:
spring.mail.host=<smtp-host-url>
spring.mail.username=<smtp-username>
spring.mail.password=<smtp-password>
spring.mail.properties.mail.transport.protocol=smtp
spring.mail.properties.mail.smtp.port=587
spring.mail.properties.mail.smtp.auth=true
spring.mail.properties.mail.smtp.starttls.enable=true
spring.mail.properties.mail.smtp.starttls.required=true
3. Restart the Integration Manager service.
To enable notifications for a configuration
1. Locate the configuration that you want to send notifications.
2. On the Details tab, click Change Notification.
3. Click the toggle to turn on the notifications.
4. Click Save.
Note:  At this time, the same recipients are notified for each configuration.
You also can set up notifications directly through the Integration Manager API. For more information about the REST API endpoints, see http://actian-im-api-docs-us-east-1.s3-website-us-east-1.amazonaws.com/#/.