EMS Push Resource

From RAD Studio
Jump to: navigation, search

Go Up to EMS Administrative API


The EMS database stores data about the messages sent to the EMS Push Notification applications installed in the registered devices.

You can send EMS Push Notifications to the registered devices (EMS Installations) by using the EMS Management Console Application.

Note: Use the TEMSClientAPI component to send push notification messages.

Push Resource Endpoint

Push Resource exposes the following EMS Resource Endpoint:

Endpoint Method Name    Resource Suffix     HTTP Request Type    Use

Send

--

HTTP POST

To send a push notification message to a registered device.

Send Endpoint

Sends a push notification message to a registered device.

Use the PushBroadcast, the PushToChannels or the PushToTarget methods to send a push notification message.

See Also