Problem with the new CLICKATELL API
Hello, Clickatell's SMS notification service has changed its API mode. The configuration in OBSERVIUM no longer allows to use to send SMS on the new platform. On the Clickatell site the configuration of the old API mode is no longer accessible. I'm looking for a solution so that it can work with the new API mode. The new mode of operation: https://platform.clickatell.com/messages/http/send?apiKey=xxxxxxxxxxxxxxxx==... https://platform.clickatell.com/messages/http/send?apiKey=xxxxxxxxxxxxxxxx==&to=xxxxxxxxxxx&content=Test+message+text&from=xxxxxxxxxxx Instead of: https: //api.clickatell.com http://api.clickatell.com/&/http/sendmsg user = password = xxxx xxxx xxxx = api_id & to = & text = xxxx xxxx? Thank you for your help.
Hi Eric,
Thanks for reporting this, I've fixed the integration in r9198. If you update to the latest version things should start working again. Note that specifying the sender of the message is no longer possible.
Tom
On 4/29/2018 4:01 PM, Eric LESIGNE wrote:
Hello, Clickatell's SMS notification service has changed its API mode. The configuration in OBSERVIUM no longer allows to use to send SMS on the new platform. On the Clickatell site the configuration of the old API mode is no longer accessible. I'm looking for a solution so that it can work with the new API mode. The new mode of operation: https://platform.clickatell.com/messages/http/send?apiKey=xxxxxxxxxxxxxxxx==... Instead of: https: //api.clickatell.com http://api.clickatell.com&/http/sendmsg user = password = xxxx xxxx xxxx = api_id & to = & text = xxxx xxxx? Thank you for your help.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Hello, I made the update. It works well with the new CLICKATELL API. Thank you very much. Eric.
Le 29 avr. 2018 à 19:47, Tom Laermans tom.laermans@powersource.cx a écrit :
Hi Eric,
Thanks for reporting this, I've fixed the integration in r9198. If you update to the latest version things should start working again. Note that specifying the sender of the message is no longer possible.
Tom
On 4/29/2018 4:01 PM, Eric LESIGNE wrote:
Hello, Clickatell's SMS notification service has changed its API mode. The configuration in OBSERVIUM no longer allows to use to send SMS on the new platform. On the Clickatell site the configuration of the old API mode is no longer accessible. I'm looking for a solution so that it can work with the new API mode. The new mode of operation: https://platform.clickatell.com/messages/http/send?apiKey=xxxxxxxxxxxxxxxx==... https://platform.clickatell.com/messages/http/send?apiKey=xxxxxxxxxxxxxxxx==&to=xxxxxxxxxxx&content=Test+message+text&from=xxxxxxxxxxx Instead of: https: //api.clickatell.com http://api.clickatell.com/&/http/sendmsg user = password = xxxx xxxx xxxx = api_id & to = & text = xxxx xxxx? Thank you for your help.
observium mailing list observium@observium.org mailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Hi, I receive the SMS with the new API CLICKATELL, but the message is not very readable. Here is an example of reception since the observium test: ALERT: Ädevice.hostnameÑ ÄslaÑ ÄSLA #22 (10.0.1.25)Ñ SLA changed to FAILURE rtt§event = warning
If you have a solution for the character problem, my problem with the new CLICHATELL API will be completely solved! :) Thank you in advance for your assistance. Eric.
Here is the API information on the CLICKATELL website if it can help you: MS messages are sent by making HTTPS calls to the API. You can loop through your list of mobile numbers and make HTTPS requests to send SMS messages to them.
The HTTP API supports the following SMS features:
Parameter
Required
Description
apiKey
Yes
This is the authentication key used to call and unlock the specific integration service. Refer to the Platform portal to retrieve this key for the specific HTTP API integration you want to utilize to deliver your messages. (It will be included in the CURL sample in the code library for that integration).
to
Yes
The mobile number to which the message must be delivered. The number should be in international format with no + symbol or leading zeros.
text
Yes
The text content of the message. Note that some characters take up two character spaces due to GSM encoding standards.
from
Only when sending with a two-way integration
The two-way number that will be used for message delivery. This parameter is only required if you want to send messages using a two-way integration type. You must specify the specific two-way number that is linked to the integration you’re specifying via the API key.
Le 29 avr. 2018 à 19:47, Tom Laermans tom.laermans@powersource.cx a écrit :
Hi Eric,
Thanks for reporting this, I've fixed the integration in r9198. If you update to the latest version things should start working again. Note that specifying the sender of the message is no longer possible.
Tom
On 4/29/2018 4:01 PM, Eric LESIGNE wrote:
Hello, Clickatell's SMS notification service has changed its API mode. The configuration in OBSERVIUM no longer allows to use to send SMS on the new platform. On the Clickatell site the configuration of the old API mode is no longer accessible. I'm looking for a solution so that it can work with the new API mode. The new mode of operation: https://platform.clickatell.com/messages/http/send?apiKey=xxxxxxxxxxxxxxxx==... https://platform.clickatell.com/messages/http/send?apiKey=xxxxxxxxxxxxxxxx==&to=xxxxxxxxxxx&content=Test+message+text&from=xxxxxxxxxxx Instead of: https: //api.clickatell.com http://api.clickatell.com/&/http/sendmsg user = password = xxxx xxxx xxxx = api_id & to = & text = xxxx xxxx? Thank you for your help.
observium mailing list observium@observium.org mailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (2)
-
Eric LESIGNE
-
Tom Laermans