Describe the bug
Hey, there seems to be some error with the make.com integration in flowise when we use the webhook module. It is not able to detect any data, causing it to not send any data. I combined the webhook with a gmail email sent on Make.com but the email that's sent is empty.
To Reproduce
Steps to reproduce the behavior:
Go to 'Create a Zapier NLA Chat flow on Flowise, remove the NLA module and replace it by a webhook'
Go To 'Make.com, create a new scenario with a custom webhook and a Gmail (send an email) module.'
Go To 'Flowise and add your webhook address then run the whole thing '
See error "The agent tells me he has sent the email but when I check the webhook there is something it has received but there is no content and the email that is sent is empty."
Expected behavior
The Agent I built should use a webhook configured on Make.com and send an email to a specific address.
Describe the bug Hey, there seems to be some error with the make.com integration in flowise when we use the webhook module. It is not able to detect any data, causing it to not send any data. I combined the webhook with a gmail email sent on Make.com but the email that's sent is empty.
To Reproduce Steps to reproduce the behavior:
Expected behavior The Agent I built should use a webhook configured on Make.com and send an email to a specific address.
Screenshots
Flow Here is the exported flow: https://drive.google.com/file/d/1GGr6Rx4Tw7GPLwZ_a_mj_b-CwYqUMzdY/view?usp=sharing
Setup
npx flowise start
,yarn start
]Additional context Add any other context about the problem here.