Notification Extraction Rules

Notification extractions rules are used to extract parameter values to keys, so you can then map the parameters to objects, such as keys.

This means that you can extract values from the notification without needing to use them right away as parameter values. You can instead bind them to controls and display them to the user, or use them later on in the workflow to submit a create/read/update/delete (CRUD) operation or object query.

Notification extraction rules include a regular expression that determines from where in the notification message the parameter value starts, and another regular expression that determines from where in the notification message the parameter value ends. Define the notification extraction rules when you create a server initiated starting point.

Some e-mail clients allow you to specify the To: and From: fields without quotes (for example, John Doe <john.doe@sybase.com>), the actual value received by the Unwired server may have quotes in it (for example, "John Doe" <john.doe@sybase.com>), which will need to be accounted for in any extraction rules that act on those fields.