Create a form with custom webhook (response)

Hi guys,

I would like to do the following:

  1. Grab data of a monday.com item
  2. Display this data in a HTML form → web browser
  3. Let the user make adjustments on the data
  4. Submit form → send data back to monday

I know how to grab data + update data in monday.

But I do not know how to create a form with webhook / webhook response. What I could build already:

  1. Module = Webhook
  2. Module = Webhook response incl. status 200 + HTML / Form Body

But I do not know how to handle the “submit form” and get the data back to my make scenario so that I can update my monday.com Item.

e.g.: Can I do this all in one scenario? Or do I have to split it into 2 scenarios with input/output ?

Thanks for your support !

Hey Sebastian,

are you using any specific tool for the form or is it a website or something?

Maybe you can have one scenario populate a JotForm or a TypeForm and a second scenario listen to the responses of the form and update Monday.

Hi Stoyan!

No specific tool for the form. I just put HTML code (form) into the webhook response body.