Here is a very quick way to setup a contact form in hugo. Is it possible to add a contact form to a site? - support - HUGO I decided to hack this using n8n

got this from postman! curl –location –request POST 'https://n8n.santoshsrinivas.com/webhook/4/get-data/webhook' \ –form 'name=Santosh Srinivas' \ –form 'email=santosh@n0c0de.com' IMPORTANT:

To ensure authorization to work correctly with n8n. I had to do the following: Set export NODE_ENV=production while starting n8n as mentioned here: credit: Strange behavior of self-hosted version · Issue #595 · n8n-io/n8n Set nginx config as below as mentioned here My final nginx config was: