Generic SMS gateway setup

Updated 3 months ago

These settings can be used to integrate ClickSend into software which supports a generic SMS gateway.

Type 1 - URL containing all the fields

https://api-mapper.clicksend.com/http/v2/send.php?method=http&username=xxxx&key=xxxx&to=xxxx&message=xxxx&senderid=xxxx

where:

username: your ClickSend username from here.

key: your ClickSend API key from here.

to: the recipient number.

message: the message body. 

senderid: the from name/number (More info).

Depending on your software, this option may allow placeholders. 

For example:

https://api-mapper.clicksend.com/http/v2/send.php?method=http&username=exampleUser&key=B9FE9D49-E2FB-4C70-8365-3C6BB646999C&to=##to##&message=##message##&senderid=##from##

or

https://api-mapper.clicksend.com/http/v2/send.php?method=http&username=exampleUser&key=B9FE9D49-E2FB-4C70-8365-3C6BB646999C&to=%%to%%&message=%%message%%&senderid=%%from%%

Type 2 - URL and field names

Gateway URL: https://api-mapper.clicksend.com/http/v2/send.php

Username: your ClickSend username from here. Field name: 'username'.

Password: your ClickSend API key from here. Field name: 'key'.

To/Recipient: the recipient number. Field name: 'to'.

From/Sender ID: the from name/number (More info).  Field name: 'senderid'

Message body: the message body. Field name: 'message'.



How Did We Do?


Powered by HelpDocs (opens in a new tab)