OmniMessaging ZLE Adapter Programmer's Guide 6.2

OmniMessaging ZLE Mail Adapter Installation Guide
Opsol Confidential and Proprietary 8
3.8 Content Routing
The incoming messages can be scanned for special keywords. Based on that, special
processing can be performed for the keywords. Keywords can be added to the
recipient mail address or subject of the message.
Keywords are added using Java provisioning module. Please refer to Provisioning
Client Users Guide for details.
Keyword like “Order=” can be provisioned. So all the information from the
mail sent to user with the prefix gets stored in a queue file Q1.
Mail is sent to user order=<Order Number>@domain.com or with a subject
Order=<Order Number>.
The Message_id is then stored in queue file Q1 with required details.
The business application reads the queue file Q1 and uses API
OMNI_getMessage or OMNI_getTelMessage or OMNI_getOSSMessage to
retrieve the message from the message store. Depending upon the business
requirement, further processing is done on the message contents thus
retrieved.
So an Order entry sent as an email message with keyword “ORDER=” can be passed
to a business application.
For sample code please visit website at www.zlemail.com
3.9 Notification Alert
A user can be provisioned to receive alerts. Delivery status notifications can be sent.
Whenever user receives an order entry, we can send an acknowledgement mail back.
Client business application receives order entry via Email. A notification record
containing information like subject, conformation number etc is written in the queue.
Business application can read this queue file and using the API OMNI_sendMessage
an acknowledgement can be sent out, containing the conformation number and
original subject.
For sample code please visit website at www.zlemail.com.
3.10 EMS to Cell
Simple client application can monitor EMS collector. Using EMS filter critical events
can be captured. These events can be instantly sent to a cell phone using the API
OMNI_sendMessage. Similarly alerts from any business application can be sent to
cell phone.
For Sample code please visit website at www.zlemail.com.