User GuideReference ManualIntegration Scenarios
 

7.6. Push a Message

In order to push a message to a channel you will require a channel that has a Web/REST gateway In and the ID of that gateway (it can be found by listing channels) for a given account environment.

URL Endpoint

http://www.babelway.net/SelfService/rest/v1/gatewayIn-{gwId}.{format}

where

  • format : either 'json' or 'xml'

  • gwId : the ID of the gateway in you wish to push the message to. It can be found by using the channels REST call.

HTTP Method

POST

Requires authentification

yes ( About authentication )