variable-lime
variable-lime2y ago

Custom button

Is there a way to create a custom button choice, where the number of buttons and their label can vary. (like the buttons's name can get from external API)
5 Replies
MikeG
MikeG2y ago
Yes, you can do that with custom functions.. We have one for FlowBridge in our premium plus plan which does dynamic buttons, so definitely possible 🙂
MikeG
MikeG2y ago
There's docs on how to make a custom function: https://developer.voiceflow.com/docs/functions
variable-lime
variable-limeOP2y ago
Thank you. Really appreciate it. @MikeG Please help me. In this code https://developer.voiceflow.com/docs/functions#following-a-specific-path-based-on-user-input we still need to manually setup the path path-A, path-B, path-C , right? how can I do it automatically? thank you
MikeG
MikeG2y ago
you need to hook em up and set output paths on the custom function, then you can just drag and drop a line to the next part of your build
variable-lime
variable-limeOP2y ago
I get it, thank you very much

Did you find this page helpful?