Serverless
Vercel Functions
Learn how to ingest your first submission using Vercel Functions
Prerequisites
To get the most out of this guide, you’ll need to:
Make sure you have the latest version of the Vercel CLI installed.
1. Create a Next.js function
Create a route file under app/api/ingest/route.ts
if you’re using the App Router.
Then update the Endpoint URL with your Form URL.
route.ts
2. Ingest submissions locally
Open the endpoint URL to ingest a submission: http://localhost:3000/api/ingest
.
3. Ingest submissions in production
Deploy function to vercel
4. Try it yourself
Formizee Vercel Functions Example
See the full source code
Was this page helpful?