FindPrompts
Sign InGet Started

Get the best new prompts every week

Join the FindPrompts newsletter — top prompts, fresh mastery guides, and AI workflow tips. Free, no spam.

FindPrompts

The largest AI prompts database. 30,000+ prompts for ChatGPT, Claude, Midjourney, and more.

Categories

  • Marketing
  • Business
  • Writing
  • Coding
  • Education

Platforms

  • ChatGPT
  • Claude
  • Gemini
  • Grok
  • Midjourney

Resources

  • Best AI Prompts
  • Free Tools
  • Prompt Grader
  • Prompt Templatizer
  • AI Token Counter
  • Image Prompt Generator
  • System Prompt Generator
  • Prompt A/B Tester
  • Prompt-to-JSON
  • Headline Generator
  • AI Cost Calculator
  • AI Prompt Improver
  • Prompt Generators
  • Mastery Guides
  • Cheatsheets
  • Automations
  • AI Tools
  • Custom GPTs
  • Blog
  • Affiliate Program

Company

  • Pricing
  • Contact
  • Terms of Service
  • Privacy Policy

© 2026 FindPrompts. All rights reserved.

TwitterGitHub
FindPrompts
FindPrompts

Main

Dashboard
Prompt Library30k+
DiscoverHot
LeaderboardNew
BundlesNew
Prompt Maker
PlaygroundBeta
GeneratorsNew
WorkflowsPro

Personal

Compare
Prompt Improver
Prompt Grader
Templatizer
Token Counter
Image Prompts
System Prompts
A/B Tester
All Free Tools
My Vault
Analytics
Submit Prompt
AI Tools
Guides
Cheatsheets
Automations
Settings
Go Pro

Unlock workflows, API access, and premium features.

Upgrade Now

User

Command Palette

Search for a command to run...

HomeAutomationsTypeform to Notion + Email (Make)
MakeCustomer SupportBeginner3 steps

Typeform to Notion + Email (Make)

A Make scenario that watches Typeform for new responses, creates a Notion database item, and sends a confirmation email to the respondent. A clean intake-to-record-to-acknowledgement flow.

TypeformNotionEmail

How it works

  1. 1Trigger: watch new Typeform responses
  2. 2Module: create a database item in Notion
  3. 3Module: send a confirmation email

Setup

  • In Make, create a scenario and add the Typeform watch trigger.
  • Connect Notion and your email service module.
  • Map Typeform answers to Notion properties.
  • Schedule the scenario to run on new responses.

Workflow JSON

{
  "version": "1.0",
  "platform": "make",
  "name": "Typeform to Notion + Email",
  "flow": [
    {
      "id": 1,
      "module": "typeform:watchResponses",
      "type": "trigger",
      "mapper": {
        "formId": "YOUR_FORM_ID"
      }
    },
    {
      "id": 2,
      "module": "notion:createDatabaseItem",
      "type": "action",
      "mapper": {
        "databaseId": "YOUR_NOTION_DB_ID",
        "properties": {
          "Name": "{{1.answers.name}}",
          "Email": "{{1.answers.email}}",
          "Message": "{{1.answers.message}}"
        }
      }
    },
    {
      "id": 3,
      "module": "email:sendEmail",
      "type": "action",
      "mapper": {
        "to": "{{1.answers.email}}",
        "subject": "We received your message",
        "text": "Thanks {{1.answers.name}}, we'll be in touch shortly."
      }
    }
  ]
}

Related Automations

AI Support Email Auto-Responder (Human-in-the-Loop)

Drafts AI replies to support emails and waits for human approval.

Review Monitor with Sentiment Routing

Catch new reviews, gauge sentiment, route the unhappy ones fast.