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.