PageGate can be easily configured to send text messages through SMSEagle'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: SMSEagle
Protocol: HTTPPOST
Host: smseagleip/api/v2/messages/sms
Port: 443
MaxChars: 16000
4) Click Apply
5) Go to Carriers - SMSEagle - Advanced
6) Set the Username and Password to your SMSEagle login credentials.
7) Click Apply.
8) Go to Carriers - SMSEagle - Template
9) Set the following in the 'Text' section:
|access-token|Access Token (API key) generated in SMSEagle's web-GUI|
|content-type|application/json|
{
"to": ["+%RecipientId%"],
"text": "%Message%",
}
10) Click Apply
Now that we've told PageGate how to communicate with SMSEagle, 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: SMSEagle
4) Enter the phone number in international format (example: 17818290500) in the ID/PIN field.
5) Click Apply.
Happy messaging!
.