How can I send sms through webhook in Grafana

I run Grafana as docker image after extracting file from tar zip file. I want to send alert information to someone’s phone number. I couldn’t find any resource to create webhook for that in Grafana part. I cannot run Grafana from docker compose file. I searched it on the Internet and found Twilio option for that but I couldn’t find any resource to show all installation process

How can I do that?

Can you show the process step by step ?

Let me know.

I got this working by using the Webhook notification channel in Grafana and pointing it to the API endpoint provided by sms.to. Just made sure to include the right headers like Content-Type and Authorization, plus the JSON body with the message and target phone number. You can test it first with something like Postman to make sure sms.to is sending the message before plugging it into Grafana.