Create a HTML website that send Data to a Webhook

Describe the problem/error/question

I am currently working on creating a landing page as an alternative to using the N8N Form Trigger. The main objective is for a user to visit the website, fill out a form with their data, and then have that data sent as a JSON payload to a webhook within the workflow. However, I am unsure how to send the form data to the webhook.
I already tried some stuff but no success.

What is the error message (if any)?

Nope.

Please share your workflow

Share the output returned by the last node

The bottom workflow was successful but didn’t call the upper one.

Information on your n8n setup

  • n8n version: Version 1.61.0
  • Database (default: SQLite): .
  • n8n EXECUTIONS_PROCESS setting (default: own, main): Default.
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Local Server.
  • Operating system: Ubuntu.

AH, i made a rookie mistake… my Webhook was using the Wrong method :rofl:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.