How Send Grafana Alerting with SMS to my phone number?

Dear All
i want send grafana alerting to my phone number with SMS!
how can I do that ?
please explain to me step by step because i am beginner in grafana alerting!
Thanks.

Hi,

For your requirement to send SMS, I think you need to subscribe to SMS delivery channel service, then you can use webhook in Grafana to connect to third party for SMS delivery.
To make it easier, in Grafana, you can use Telegram than SMS.

Regards,
Fadjar

2 Likes

Thanks for your respond.
could you please explain how use webhook for set sms alerting?

1 Like

i see that post but i have normal sms number with url !!
how use this API for my number ?

As I mention above, you need third party service to connect to your SMS number, unfortunately, Grafana doesn’t have direct API to SMS number unless you have the system that can connect from TCP/IP network to telecommunication provider.

Regards,
Fadjar

1 Like
1 Like

Many thanks for your respond.
but i have many question about this API

  1. is that working with all mobile operator or only Twilio ?
  2. if i want use this api , how change .env.example for my operator?

If you’re looking to set up Grafana alerts to come through as SMS, here’s a simple way to do it.

First, you’ll need to integrate Grafana with an SMS service like Twilio. Sign up for Twilio, then get your account SID and Auth Token. In Grafana, go to the Alerting section and set up a new notification channel, choosing “Webhook” as the type. You’ll then need to configure the webhook URL to point to Twilio’s API.

As a tip, I once used a disposable phone number for testing purposes. It helped me ensure everything was working without using my personal number. Check out Quackr for temporary phone numbers if you need one for this. It made testing so much smoother.

1 Like