What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Sending SMS with Nexmo

Votes:

0

Hi,

We are using Nexmo as SMS provider to send us alerts from Pingdom and similar services. How can we use it with PRTG to send us SMS?

Nexmo are providing API for SMS

prtg sms-notification sms-setup

Created on Nov 29, 2016 4:52:40 PM



5 Replies

Votes:

0

Hi there,

Based on what I've seen so far the link for Nexmo should look like this: https://rest.nexmo.com/sms/json -d api_key=API_KEY -d api_secret=API_SECRET -d to=YOUR_NUMBER --data-urlencode "text=Hello from nexmo." -d from=NEXMO_NUMBER

Try this with filled parameters and use it in your browser first. If that works, you can set it up in PRTG as SMS delivery using the Custom URL option.

Kind regards,

Erhard

Created on Nov 30, 2016 8:33:21 AM by  Erhard Mikulik [Paessler Support]



Votes:

0

Hi,

From the browser it is working, however when I place it at "Custom URL", it does not work.

Created on Nov 30, 2016 8:41:07 AM



Votes:

0

I'll send you an email for going more into details what's happening.

Kind regards,

Erhard

Created on Nov 30, 2016 12:43:11 PM by  Erhard Mikulik [Paessler Support]



Votes:

1

We send successfully using Nexmo. Here is the URL query we use.

https://rest.nexmo.com/sms/json?api_key=<API KEY>&api_secret=<API SECRET>&from=<10-DIGIT NUMBER>&to=%SMSNUMBER&text=%SMSTEXT

Obviously replace what's in <> with the values from your Nexmo account.

%SMSNUMBER and %SMSTEXT is replaced with values provided by PRTG based on the recipient and what the message contains.

Created on Feb 22, 2017 9:03:19 PM



Votes:

0

I use the way where I execute HTTP action in Notifications and URL is: https://rest.nexmo.com/sms/json?api_key=xxxxxxxx&api_secret=yyyyyyyyyyyy&to=zzzzzzzzz&from=PrtgNexmo&text=%device %status %down (%message)

Created on May 31, 2018 8:40:22 AM




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.