Table of Contents
Table of Contents | ||||||
---|---|---|---|---|---|---|
|
Send Message
This operation is used to send different type of messages to users in the application.
Current Implementation
The supported type of messages are email and alert.
...
The current implementation delegates the actual message sending to Action Agent. This is an asynchronous operation. The current implementation will not wait until Action Agent comes back before returning to the client. The implication of this is that if Action Agent fails in delivering the message, the client of this operation is not notified.
Parameters
Base URL: /communication/send
...