OpenMarket supports SMS via long codes, short codes and virtual mobile numbers. PageGate passes GET/POST requests to the OpenMarket API. Two-way messaging is also supported.
Register and configure an account with OpenMarket before proceeding. Part of registration grants access to their Customer Integration Environment.
Configure OpenMarket in PageGate
Open PageGate Admin. Right click Carriers, left click Add. Name the carrier: OpenMarket
Set the following:
Protocol: HTTPPOST
Host: smsc.openmarket.com/sms/v4/mt
Port: 443
Max Chars: 160
Click Apply.
Go to Carriers — OpenMarket — Advanced. Enter account ID and password in Username/Password fields. Click Apply.
Go to
Carriers — OpenMarket — Template. In the
Text section enter:
|Accept|application/json|
|Content-Type|application/json|
{ "destination": { "address": "%Pin" },
"source": { "address": "[short code, alphanumeric string, or VMN]" },
"message": { "content": "%Message%", "type": "text" } }
Click Apply.
OpenMarket API Documentation ↗
Return to Delivery Services