Delivery Services

Integration with ClickSend

Configure ClickSend in PageGate

  1. Run PageGate Admin. Right click Carriers, select Add.
  2. Set the following:
    Name: ClickSend
    Protocol: HTTPPOST
    Host: rest.clicksend.com/v3/sms/send
    Port: 443
    MaxChars: 2000
  3. Click Apply.
  4. Go to Carriers — ClickSend — Template. In the Text section enter:
    |Authorization|Basic [username and API key in base64 — see ClickSend docs]|
    |Content-Type|application/json|
    { "messages": [ { "to": "%RecipientId%", "source": "sdk", "body": "%Message%" } ] }
  5. Click Apply.

Create Recipients

  1. In PG Admin, right click Recipients, select Add.
  2. Give the recipient a name. Set Carrier to: ClickSend. Enter phone number in international format in the ID/PIN field.
    Example: +17818290500
    You can also modify the 'to' line in the carrier template to include a static country code: "to": "+1%RecipientId%"
  3. Click Apply.

Return to Delivery Services

Need help with this integration?

Our support team can walk you through the configuration steps.