FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
32.04k stars 16.71k forks source link

[BUG] The webhook module integrated with Make.com is not able to detect the data #726

Closed LongRodSilver closed 8 months ago

LongRodSilver commented 1 year ago

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:

  1. Go to 'Create a Zapier NLA Chat flow on Flowise, remove the NLA module and replace it by a webhook'
  2. Go To 'Make.com, create a new scenario with a custom webhook and a Gmail (send an email) module.'
  3. Go To 'Flowise and add your webhook address then run the whole thing '
  4. 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.

Screenshots image image

Flow Here is the exported flow: https://drive.google.com/file/d/1GGr6Rx4Tw7GPLwZ_a_mj_b-CwYqUMzdY/view?usp=sharing

Setup

Additional context Add any other context about the problem here.

HenryHengZJ commented 1 year ago

I've written a guide on how to create custom tool that can call any webhook endpoint and pass in dynamic body - https://docs.flowiseai.com/use-cases/webhook-tool

HenryHengZJ commented 1 year ago

we'll be removing Make Tool in next release