- Contents
Interaction Designer Help
Send Message Light Notification
This Email tool sends a notification to initiate the Message Light Notification initiator. This tool should be used from handlers that add messages to a user's mailbox (such as voice mail or fax delivery) and by handlers that access messages (such as remote voice mail retrieval or remote fax retrieval).
Inputs
User ID
This string value is the CIC User ID of the user who has the message.
Operation
This integer value is 0 if the message was added to the user's inbox, or 1 if the message was read or deleted from the user's inbox.
Unread Count
This integer value is the number of unread email messages in the user's inbox, or -1 if unknown.
Unread Voice
This integer value is the number of unread voice mail messages in the user's inbox, or -1 if unknown.
Unread Fax
This integer value is the number of unread fax mail messages in the user's inbox, or -1 if unknown.
Exit Paths
Success
This step takes the Success exit path if it read the folder.
Failure
This step takes the Failure path if it could not read the folder.