proud-gpu-40634
03/06/2024, 11:41 PMconst url = 'https://hook.eu1.make.com/aqzipdup5iq68epkjbwrij0bwvjekt4o'
const payload = {
userNameInput: workflow.userNameInput,
userEmailAddressInput: workflow.userEmailAddressInput
}
const response = await axios.get(url, { params: payload })
The URL is that of the Webhook created in Make.com, of which I've also posted a screenshot. Basically, the first component determines the data structure and provides the call URL.
The 2nd component, that of Google Sheet, retrieves the line with the double condition (attached).
I also put in what it received with my fake data (we're not making fun of my example, are we!) and now I'd like to send this line back to my bot. The 3rd component is the answer and I've tried to return the fields in the body but it doesn't work.
I've installed the "Webhook" module from the Integration Hub so that it can receive the said line and display in my standard node: "Hello {{workflow.userNameOutput}}" but so far it's not working at all. If you have any experience in this area, I'd be happy to learn 😄
Thanks for your attention and help everyone !fresh-fireman-491
03/07/2024, 5:20 AMproud-gpu-40634
03/07/2024, 5:21 PMfresh-fireman-491
03/07/2024, 5:48 PMproud-gpu-40634
03/07/2024, 9:01 PMfresh-fireman-491
03/08/2024, 2:41 PMfresh-fireman-491
03/08/2024, 2:42 PM