SMSServer - Clickatell gateway

This gateway is used for the Clickatell HTTP interface.

Configuration File

This interface requires the following settings in SMSServer's configuration file:

OptionDescription
api_idClickatell API ID.
usernameClickatell Username.
passwordClickatell Password.
secureIf set to yes, the gateway will use a secure (https) connection.
outboundyes if the gateway should be treaded as an outbound gateway, otherwise no.

Example:

gateway.0=myClickatell, ClickatellHttp
myClickatell.api_id=1234
myClickatell.username=username
myClickatell.password=password
myClickatell.secure=no
myClickatell.outbound=yes