From the course: AI Orchestration: Foundations

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Adding API calls to your AI app

Adding API calls to your AI app

- [Instructor] In this video, we're going to make our project list dynamic by connecting to a database. In this case we'll use Airtable, but you can use any database of your choice. Let's open up 03_05 from our exercise files, and see the workflows we have. We'll head over into the current project section. So you can see here we have a pretty basic workflow. We load some projects from Airtable. We then clean up the results and display it to the user. So let's go ahead and open up Airtable. I'm clicking into a new tab. In Airtable, there are a few concepts to set up your project. First you create your base, in this case called ideas for me, and then you create a table. For me, it's called projects. I then have included three rows in my projects table with the name Dennis, and the different project names. So how do I actually access this database? Let's head back to Voiceflow then hit the back button in the top left, and go to the settings. I'm going to click on Secrets on the left hand…

Contents