PageGate sends messages through Infobip's web API in JSON or XML format.
Before configuring, review the Infobip steps on how to format your username and password:
dev.infobip.com ↗Configure Infobip — JSON Format
Open the PageGate Admin. Right click Carriers, left click Add. Name the carrier: Infobip
Set the following:
Protocol: HTTPPOST
Host: https://api.infobip.com/sms/1/text/single
Port: 80
Max Chars: 160
Click Apply. Go to Carriers — Infobip — Template.
In the Settings section enter: HttpPostType = HeadBody
In the
Text section enter:
|Authorization|Basic [Your Infobip ID and Password in Base64]|
|Accept|application/json|
|Content-Type|application/json|
{ "from":"%Sender%", "to":"%Pin%", "text":"%Message%" }
Click Apply.
Configure Infobip — XML Format (Alternative)
Follow steps 1–4 above, then in the
Text section enter:
|Authorization|Basic [Your Infobip ID and Password in Base64]|
|Accept|application/xml|
|Content-Type|application/xml|
<request>
<from>%Sender%</from>
<to><to>%Pin%</to></to>
<text>%Message%</text>
</request>
Click Apply.
Return to Delivery Services