RSSAmplifier

Ravgeet Dhillon's Blog · Aug 10, 2022

Build Client Payment Reminders using Twilio, Notion, and Python

0
Sign in to vote or save

This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.

Running a business requires payment handling. It doesn't matter whether you are a freelancer or a big...

Running a business requires payment handling. It doesn't matter whether you are a freelancer or a big corporation, sometimes clients forget to pay their pending dues. If you have a huge list of clients, it makes for a tedious experience to go through the records daily and send them reminders. To solve this issue, you can automate the entire reminder workflow. In this tutorial, you’ll learn to use Twilio’s WhatsApp API with the Notion API and Python to send payment reminders to your clients at regular intervals. You will use Notion for storing data, Twilio for sending WhatsApp messages, and Python to implement the business logic. We will create three reminders that will be sent 7 days before, 3 days before, 1 day before, and each day after the payment is due. Read the full blog on [Twilio](https://www.twilio.com/blog/payment-reminders-twilio-notion-python). Thanks for reading 💜 --- I publish a [monthly newsletter](https://www.ravsam.in/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 come across while surfing the web. Connect with me through [Twitter](https://twitter.com/ravgeetdhillon) • [LinkedIn](https://linkedin.com/in/ravgeetdhillon) • [Github](https://github.com/ravgeetdhillon) or send me an [Email](mailto:ravgeetdhillon@gmail.com). — [Ravgeet](https://www.ravgeet.in/), *Full Stack Developer and Technical Content Writer*

Read on ravgeet.in

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.