Send via Webhook inputs from 2 different sources

Hello!

I am trying to build an so users can insert a RSS → they get a list of podcast’s episodes → they chose some settings (tone, language, etc) → they receive the content treated by AI

My problem is: in the step of settings + selecting the episode, which looks like this:

I am creating a workflow when user submit the episode button:


I am able to catpure the data from the Episode list to send it via web hook to make.com and treat the content. However, I’d like to include the settings inside the prompt, so I should send the settings form also through the web hook. Any idea how can I do that?

Thanks a lot! I’m new in weweb and I do appreciate any direction (videos, articles, answers). Cheers!

Your form contain inputs, and the inputs provide variable, you can use the variables inside your request binding to send them too

1 Like

thanks @Alexis !!