Webhook workflow must end with response to Webhook module?

Hi All

Last night I made a below post ,

I learn that in order to received data from ElevenLabs, my workflow must end with Response to Webhook module. Otherwise it will not be able to received data from ElevenLabs.

In the workflow develop by Alessaendro , he does not include Response to Webhook module ,

why it still able to work ? Hope some one can share with me.

Paul

Your webhook has a few options on when to respond:

  • immediately
  • when last node is executed
  • using Respond to Webhook

You can choose those settings in your Webhook Trigger node.

:point_right: If my reply answers your question please remember to mark it as the solution

1 Like

Reading thru your discussion referenced. That is because you set the Webhook Respond method to “Using ‘Respond to Webhook’ node”.

I do not believe you need this option, and you can use the “immediately” option instead.

1 Like

@ThinkBot @solomon
Thank you very for your sharing . I will explore more other option.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.