Notifications

Release notes on tasks that apply to Notifications.

Version Type Description ID
19.37.0.0 ENH
Voice notifications can now be sent through Twilio. The following updates were made to support the feature:
  • logic implemented to send notifications using Twilio.

  • Notification/Delivery/Voice/Platform context property was added. Options are GVP and Twilio. They control which platform to use when sending voice notifications. If set to Twilio, then the same context properties used for Floodgate, in the folder Notification3/IVR Interface/Twilio will be used for configuring the connection.
  • Existing context properties in the Delivery/Voice folder apply only to GVP. The descriptions of these properties have been updated to specify which platforms they support.

MODTE-2402
19.37.0.0 ENH

Logic has been added to the Email, Voice, and Push delivery devices to only attempt to send the notification if the delivery destination is non-empty. The SMTP service is called to attempt to send emails when the destination address is empty. Though SMTP service fails, the Notifications service should not attempt to make the calls in the first place. This update will prevent exceptions from building up in the log, and will reduce load on the SMTP service.

MODTE-879