NOTIFICATIONS node
The
node of the Hansen8 configuration is used to configure notification types, and the notification methods and providers that they use. This node can have these attributes:Attribute | Description |
---|---|
Default Phone Prefix | Prefix to add to all telephone numbers. Mainly used for SMS, this prefix is locale specific. The default is +1. |
Enabled | Indicates whether notifications are enabled for the Infor Public Sector site. |
The
node has three children: , , and .Billing Notifications node
Use the
node to configure reminder notifications for billing customers.The
has one or more notification nodes as children. Each child notification node has these attributes:Attribute | Description |
---|---|
Notification ID | Identifier for the notification. |
Notification Type | Identification code for the notification type. Must match an existing notification type code definition in Infor Public Sector. |
Tooltip | Tooltip to show for this notification type in the Manage Account page. Notifications are shown on the Billing Notifications tab of the Contact Information dialog box. |
Each child notification node can have two children:
and .The
has one or more method nodes as children. Each method node has these attributes:Attribute | Description |
---|---|
Method Name | Notification method to use, such as Email or SMS. |
Tooltip | Tooltip to show for this notification method in the Manage Account page. Notifications are shown on the Billing Notifications tab of the Contact Information dialog box. |
The
has one or more parameter nodes as children. Each parameter node has these attributes:Attribute | Description |
---|---|
Allowed Values | Pipe-delimited list of the supported values for the parameter. The allowed values are shown in a drop-down list in the Manage Account page. |
Default Value | Default value of the parameter. |
Notification Types node
The
node has one or more notification type nodes as children. Each notification type node has these attributes:Attribute | Description |
---|---|
Default Methods | List of notification methods to be used if the contact hasn't specified a preference. |
Notification Type | Identification code for the notification type. Must match an existing notification type code definition in Infor Public Sector. |
Each notification type node has one or more method nodes as children. Each method node defines a notification method that is available for the parent type, and has these attributes:
Attribute | Description |
---|---|
Enabled | Indicates whether notifications of this type and method are enabled. |
Notification Method | Identification code for the notification method, such as email or SMS. |
Notification Strategy | Defines how the notification message is passed to
the supported providers. You can enter one of these values:
|
Notification Template ID | Identifier of the template that will be used to format the notification. |
Supported Providers | Pipe-delimited list of providers that can support this type and method of notification. These must match providers that are defined under the | node.
Providers node
The
node can have up to four children: , , , and a custom provider.The
node has these attributes:Attribute | Description |
---|---|
Name | Specifies Email. Note: To send emails, you must also enter your
agency's email settings in the node of the Hansen8
configuration.
|
The
node has these attributes:Attribute | Description |
---|---|
Name | Specifies Formula. The formula that is used is specified on
the Notify event of the Resources.Notification object in the
Infor Public Sector
Workflow Manager. |
The Infor Public Sector.
node defines settings for Twilio, the default SMS provider forNote: Twilio is a third-party
application, so you must create your own Twilio account if you want to use it. There
is a small charge for every text message that is sent using Twilio. If you do not
want to use Twilio, you have the option of setting up a custom provider.
The
node has these attributes:Attribute | Description |
---|---|
Account SID | Needed by Twilio for authorization. |
Auth Token | Needed by Twilio for authorization. |
Name | Specifies Twilio. |
Sender ID | Sender ID from which messages will be sent. This
can be an E.164 telephone number, with country code, or an
alphanumeric ID. Note: Alphanumeric IDs are not supported in all countries. See the
Twilio documentation for details.
|
The custom provider node has these attributes:
Attribute | Description |
---|---|
Name | Name of the custom provider. |
Type | Moniker of the custom provider's assembly. |