SuggestoS
Voiceflow Partnersβ€’6mo agoβ€’
2 replies
Suggesto

Talk caroussel or card

Hi everyone,

I have an assistant connected to a webhook (via n8n) that returns different types of responses depending on the question:

Simple text (e.g., explanation β†’ just Markdown/text)

Card (e.g., product presentation β†’ title + description + image + button/link)

Carousel (e.g., recommendation of several products β†’ several cards in a slider)

Everything arrives in the same flow and exits via the same webhook.

How can I dynamically detect which format to display (text, card, or carousel) in Voiceflow and automatically display the correct component?

Do I need to use a Choice/Switch to route to a Text/Card/Carousel block, or can I manage it directly via a Custom Action that builds the trace (type: "text" | "cardV2" | "carousel")?

Thanks for your feedback, I'm a bit stuck on this πŸ™
Was this page helpful?