blank-aquamarine
blank-aquamarine2y ago

API Podcast Directory Search

I would like to create a chatbot with VF that can search a podcast directory and return 5 suggested podcasts and contact information for the podcast based on the users interests. I am looking at listennotes for the api. I am new to all of this so I appreciate your patience. All the Best!!
1 Reply
NiKo | Voiceflow
So, assuming you already have an API that will query the podcast directory, you can use the API Step to make that call and map the full response object to a variable and extract what you need in a Javascript Step or you can map the five first results to dedicated variables and use them directly.

Did you find this page helpful?