Dec 8, 2021 7:04 AM
Hi
Tried in calling multiple webhooks, one webhook will take the input of another webhook. By setting the values nextModuleNickname = "next_module", responseExpected = true
but each time same webhook is called repeatedly
But if i make responseExpected=false. I can see all the consecutive webhooks are being called one after the other.
Please help me.
Dec 8, 2021 4:09 PM
Can you be more specific with your ultimate goal? Maybe an example of the process?
Dec 8, 2021 10:48 PM
Thank you Dennis
Please see more insight to get an idea. We are trying to provide some real time data in the chatbot e.g
We Took the Student Id as input form user.
Based on the Student Id, I need to call a webhook to show all the available courses. Once a user selects any course, I need to call the second webhook to show all the available instructors.
Once user select the instructor and then I need call the next webhook to show the available timings and next estimated fees etc
Users can go back and can start again, or contact support at any time. no action is working.
Please let me know if I need more input.
Regards
Dec 9, 2021 2:42 PM
Hi Dennis
From the below post i m able to make a call of second webhook. Now struck on the second webhook as it alway call to itsself.
Regards
Dec 10, 2021 10:18 AM
@Kevin-C , any thoughts on this one?