My objective is to use ElevenLabs AI Agent , Ask caller where it the destination he like to travel ? and send the caller travel destination to webhook.
( As I plan to develop a travel agent to help caller plan their travel itinerary )
I have create system prompt at ElevenLabs :-
Do you have a Respond to Webhook node in your workflow? And why do you need it? Your webhook will receive data from the caller and you can use it starting from the next node in the pipeline.
If the above resolves your question, please mark this post as a Solution.
@Olek Thank you for response to my post. Yes I have response to Webhook , see the image below. ( I have seen all workflow on travel agent , all workflow start with Webhook )
Just to make sure, we are on the same page here. Webhook and Respond to Webhook are two distinct nodes.
If you configure a Webhook node to use the Respond to Webhook node to send the actual response then you need the latter one be present in your workflow.
Given the objective you described you do not actually need to send any variable responses back to ElevenLabs, hence no need to use RtW node.
So hence my questions above.
What if you set the Webhook to respond immediately? You can change this later should you need to send anything back using RtW node.
If the above resolves your question, please mark this post as a Solution.
Instead of create the whole above whole workflow , i just wanted to start with webhook module , and get the data from ElevenLabs then create the following module.
I just try to create a simple work flow below , i still get no data from Elevenlabs.