This is the workflow that I presented at the April 9, 2021, n8n Meetup.
This workflow uses [Baserow.io](https://baserow.io) to store registration information collected using n8n as both the web server and the data processor.
To get this workflow working properly, you will either need to run it on n8n.cloud or using the on-premise version with people having the ability to connect to n8n externally.
You will need an account on [Baserow.io](https://baserow.io) to store your subscriptions with a table with the following fields:
- GUID
- First Name
- Last Name
- Email
- Confirmed
Platform
n8n
Category
Business Operations & ERPs
Price
Free
Creator
jason
set
webhook
function
emailSend
httpRequest
moveBinaryData
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.