Skip to main content
Question

How can I upload documents to my custom Next.js app using Zapier Webhooks?

  • March 12, 2025
  • 1 reply
  • 34 views

I built a custom document storage system using Next.js and AWS S3. I want to use Zapier Webhooks to upload documents directly into my application.

What I need:

  • Zapier webhook sends payload (file attachment, file name, description) to Next.js API endpoint.
  • My Next.js API downloads the file, uploads it to AWS S3, and saves details in my database.

Questions:

  • How do I configure Zapier to send files and metadata correctly?
  • What's the best practice for handling and securing this Next.js API route?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • 34032 replies
  • March 12, 2025

Hi ​@TechnoAkhil 

Have you tried asking ChatGPT for possible guidance?