I want to play a greeting message before entering a menu. Not the message played before the choices, that is repeated when you return to the start of the menu, but a separate greeting played before the menu even begins.
I tried using command: play_message with a webhook_to_call: playback_done using an id of greeting_finished.
I added a wait_for_trigger for greeting_finished.
Only the global webhook is called with the playback_done.
What's the reason that playback_done isn't supported in webhook_to_call?