← All Blogs

Service Status Monitoring Using WhatsApp, Notion, and Python

13 October, 2021

Service Status Monitoring Using WhatsApp, Notion, and Python blog

Websites and APIs go down more often than we’d all like. Wouldn’t it be great to get a WhatsApp notification when your favorite or most-used services are experiencing downtime?

So, I wrote this tutorial to help you set up automated monitoring for your favorite services and receive WhatsApp notifications when the status of your services changes. You'll use Notion for the database, Twilio’s WhatsApp Business API for receiving notifications, GitHub actions for running our job on a schedule, and we’ll code everything in Python.

Read the full blog on Twilio.

Thanks for reading 💜


I publish a monthly newsletter in which I share personal stories, things that I am working on, what is happening in the world of tech, and some interesting dev-related posts which I across while surfing on the web.

Connect with me through TwitterLinkedInGithub or send me an Email.

Ravgeet, Full Stack Developer and Technical Content Writer

🚀 Come Join my Newsletter

I share tips on how to get started with freelancing, remote jobs, developer-related stuff, startup ecosystem, and lots of insider secrets with my subscribers.

Subscribe →
🧠 More Interesting Reads
Build Client Payment Reminders using Twilio, Notion, and Python
Send payment reminders to your clients 7 days before, 3 days before, 1 day before, and each day after the due date.
Working with Markdown in Python
If you use the Internet, you have surely come across the term Markdown. Markdown is a lightweight markup language that makes it very easy to write formatted content. It was created by John Gruber and Aaron Swartz in 2004. It uses very easy-to-remembe...
Booking Appointments with Twilio, Notion, and FastAPI
Learn to create and get appointment details via WhatsApp.