Save form submissions to Notion
When a form is submitted, check it is complete and add it as a new page in your Notion database, once.
What it does, step by step
- Read the name and email from the inbound form.
-
Decide whether the submission has the fields we need.
- yes goes to "Create a Notion page"
- no goes to "Skip"
- Add the submission as a new page in the Notion database.
- The submission was incomplete, so do nothing.
Build it just by talking to Claude
You do not wire this by hand. You describe it in a sentence, your Claude builds it, and Autoploy keeps it running.
What to build: Save form submissions to a spreadsheet or database. When a form is submitted, check it is complete and add it to a spreadsheet or database, once. This is for engineers and non-technical builders alike. How it behaves: 1. Runs when a form posts a submission to the automation. 2. Read the name and email from the inbound form. 3. If complete submission, then go to "Create a Notion page", otherwise go to "Skip". 4. Add the submission as a new page in the Notion database. 5. The submission was incomplete, so do nothing. The tools: - Notion (for "Where should form submissions be saved?"). I will need you to create the key NOTION_TOKEN (Notion integration token), provide the setting NOTION_DATABASE_ID (Notion database id). I add the values in Autoploy myself; you only need their names. The platform: Connect to my Autoploy MCP server, call get_authoring_guide to read the authoring guide, and build the automation with the Autoploy SDK contract. Model every yes/no fork as a condition step with truthful labeled branches, keep every external side effect idempotent and keyed, and deploy it with deploy_automation. Before you build: Repeat the plan back to me in plain English and ask follow-up questions about anything unclear or ambiguous. Do not guess. Ask me for each key by name when it is time, and never ask me to paste a key anywhere except my own secure setup.
7-day free trial on every plan. You pick your plan at signup, and nothing is charged before day 7.