PageGate can be easily configured to send text messages through Unifonic's SMS API. It can do so by using their HTTP POST API and here's what you'll need to do:
1) Run PageGate Admin.
2) Right click Carriers, select 'Add'.
3) Set the following:
Name: Unifonic
Protocol: HTTPPOST
Host: el.cloud.unifonic.com/rest/SMS/messages
Port: 443
MaxChars: 16000
4) Click Apply
5) Go to Carriers - Unifonic - Advanced
6) Set the Username and Password to your Unifonic login credentials.
7) Click Apply.
8) Go to Carriers - Unifonic - Template
9) Set the following in the 'Text' section:
|Accept|application/json|
|Content-Type|application/x-www-form-urlencoded|
{
"AppSid": "Enter the Unifonic AppSid value here",
"SenderID": "Enter your Unifonic Phone Number here",
"Body": "%Message%",
"Recipient": "%RecipientId%",
}
10) Click Apply
Now that we've told PageGate how to communicate with Unifonic, you'll need to add recipients to represent who you want to message. Here's how:
1) In PG Admin, right click Recipients and select 'Add'.
2) Give the recipient a name.
3) Set the Carrier to: Unifonic
4) Enter the phone number in international format (example: +17818290500) in the ID/PIN field.
5) Click Apply.
Happy messaging!
.