equal-aqua•16mo ago
Image from airtable to carousel
Hey is it possible to take images from airtable and put it in a carousel?
3 Replies
Yes, it is possible to take images from Airtable and put them in a carousel in Voiceflow. Here's a step-by-step guide on how to do it:
1. Connect Voiceflow with Airtable: You can leverage Airtable as a spreadsheet/database to integrate within your Voiceflow conversations or assistants. You can set up your Airtable account, connect it to your Voiceflow assistant, and take information from Airtable to add to your assistant.
2. Fetch Images from Airtable: Once you have connected Voiceflow with Airtable, you can use the GET method in the API block to fetch images from Airtable. The API block allows you to make HTTP requests to any API endpoint. You can use this to fetch data from your Airtable base, including images.
3. Add Images to Carousel: After fetching the images from Airtable, you can add them to a carousel in Voiceflow. The Carousel Step allows you to display a selection or gallery of cards to end users via a carousel or list. You can configure each card with an image, title, and description. You can add the images fetched from Airtable to these cards.
4. Configure Carousel: Once you have added the images to the carousel, you can configure the carousel according to your needs. You can add buttons to the cards, add multiple cards to provide a gallery view to end users, and change the orientation of the cards.
Remember, the images in Airtable need to be publicly accessible URLs for them to be displayed in the Voiceflow carousel.
Please note that this is a high-level overview of the process. The actual implementation might require some adjustments based on your specific use case and the structure of your Airtable base.
optimistic-gold•16mo ago
Yup! Custom Function 🙂 We built one using Algolia as the storage method for Symantic searching
equal-aquaOP•16mo ago
Hey Mike, that's interesting I will check out Algolia.