Home / Companies / Twilio / Blog / Post Details
Content Deep Dive

How to Build Client Payment Reminders using Twilio, Notion, and Python

Blog post from Twilio

Post Details
Company
Date Published
Author
Ravgeet Dhillon
Word Count
2,025
Language
English
Hacker News Points
-
Summary

This project aims to automate client payment reminders using Twilio's WhatsApp API with the Notion API and Python. The system uses a Notion database to store client data, including name, pending amount, due date, and phone number. A Python application connects to the Notion API, queries the database, and sends reminders via WhatsApp when payments are due. The application is automated using GitHub Actions, which runs the script daily at 00:00 UTC and can be manually triggered as needed.