This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Logging of Alert responses

FormerMember
FormerMember

HI,

We're using the basic alert manager in NPM to perform a HTTP GET to the Clickatell API for SMS alerting, this is working perfectly fine.

However the one item I would like to find is where (if at all) the response to the GET is stored, I've had a look at the log files in the NPM installation and at the tables in the database none of which seem to have the information we're after. Clickatell return a unique receipt for each message they send. Without this receipt number it is very hard to get Clickatell to investigate non-delivery issues.

We perform a GET on the following URL

https://api.clickatell.com/http/sendmsg?api_id=1234567&user=UserName&password=SomePassWord&from=SMS%20Label&to=61234567890&text=Test+Message

And Clickatell return a unique ID for the message

ID: 259799c6d594ffdb254168909e4abea

Regards,

Matthew