Hey everyone — I’m stuck on something.
# general-english
t
Hey everyone — I’m stuck on something. I’m using transferCall, and even though I’ve set the logic right, if no one answers, the bot just hangs up after 40 seconds. I want it to schedule an appointment after 20 seconds of no answer instead. Any way to make that work?
k
Adjust the silence timeout to 20 seconds in your assistant’s settings and also make sure your workflow includes a way to schedule appointments when the timeout happens.
2 Views