- Joined
- Apr 9, 2024
- Messages
- 91
- Reaction score
- 19
Hi,
My current challenge is to create a Call Flow that will play an announcement and then optionally accept caller input before continuing on. The requirement is that after the announcement plays, the caller has an option to enter a digit to repeat the announcement. This is the easy part, what I'm running up against is that since the caller input is optional, if there is no caller input, there shouldn't be a "Timeout" situation in which the caller hears a timeout message and then have the announcement play again. I'm only seeing components that play a prompt but requires a valid caller response.
Is there a built-in function that does this? Even if it's using a Promptplayback and then accessing the caller input as a variable like can be done with the Menu component?
For example, this is the overall flow:
Play Greeting...
Thank you for calling...
For Spanish, press 7
Body of announcement
To repeat this information, press 9 (loop back to Body of announcement)
otherwise, RecordAndEmail
***If the caller didn't press either 7 or 9, then the Flow should continue after the announcement ends without a timeout condition.
Is this possible, if so, how?
Thanks,
My current challenge is to create a Call Flow that will play an announcement and then optionally accept caller input before continuing on. The requirement is that after the announcement plays, the caller has an option to enter a digit to repeat the announcement. This is the easy part, what I'm running up against is that since the caller input is optional, if there is no caller input, there shouldn't be a "Timeout" situation in which the caller hears a timeout message and then have the announcement play again. I'm only seeing components that play a prompt but requires a valid caller response.
Is there a built-in function that does this? Even if it's using a Promptplayback and then accessing the caller input as a variable like can be done with the Menu component?
For example, this is the overall flow:
Play Greeting...
Thank you for calling...
For Spanish, press 7
Body of announcement
To repeat this information, press 9 (loop back to Body of announcement)
otherwise, RecordAndEmail
***If the caller didn't press either 7 or 9, then the Flow should continue after the announcement ends without a timeout condition.
Is this possible, if so, how?
Thanks,