Grow a newsletter with Notion
A landing page for a newsletter or podcast built in Notion, with a sign-up form, a sponsor form and reader suggestions synced into a database.
This guide will show how to build a landing page for a newsletter or a podcast in Notion, with Tinyform forms doing the collecting: a short sign-up form for email addresses, a form where sponsors register, and a form where readers suggest topics or guests.
Two of those three parts already work. A form can be embedded on a Notion page today by pasting its embed link (see Embed your form), and a sign-up form is a single Email question. Each address you collect can be sent onward through a webhook or read back over the REST API.
The third part is what the guide is waiting on. Displaying reader suggestions on the landing page means writing each submission into a Notion database, and that is the Notion integration, which is listed as coming soon on the form's Integrations tab. When it arrives, this page will walk through the full setup: the landing page layout, the three forms, the database, and the mapping from questions to database properties.
Until then, a webhook is the way to get a submission into a database, with an automation tool of your own in between.