← All Blogs

Collecting Email Signups With the Notion API

10 October, 2021

Collecting Email Signups With the Notion API blog

A lot of people these days are setting up their own newsletters. The first hurdle in setting up a newsletter is a mechanism to collect emails. But nothing is handier than setting up your own system which you can control.

So, I wrote a tutorial to help you set up your own system to collect emails for your newsletters based on the Jamstack architecture.

You'll implement an HTML form to collect emails for your newsletter, process those emails with Netlify Functions, and save them to a Notion database with the Notion API.

Read the full blog on CSS Tricks.

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 and Deploy a Nuxt3 app to Netlify
Learn to deploy a Nuxt3 website to Netlify using CircleCI.
🎬 Introducing Ravgeek: Dev Concepts in 60 Seconds
After years of writing code, debugging endlessly, and explaining APIs to teammates over coffee, I’ve finally taken the plunge into something new — bite-sized developer explainers on YouTube. 📺 My new channel is called Ravgeek (“t” dropped from my na...
Logging in Python
Learn to store and create logs in your Python application.