Describe the problem/error/question
Hi,
I’m learning n8n and wanted to make a test chatbot that is specialized in movie and series knowledge by connecting it to the tmdb API.
My goal is to let a chatbot take the data from the one http request to fill it into another http request to be able to answering the question.
Prompt example: “Tell me a popular sci-fi movie”.
The http requests that are needed for that are:
- Fetch the popular movies list
- Fetch movie title specific data by passing the popular movies through the “movies list” http request, which contains data like the genre IDs.
- Take the genre IDs and request the genre name in the genres http request
But right now, I can only let my chatbot use one http request, but not let him combine them dynamically.
Thanks for the help!
What is the error message (if any)?
No error message.
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database (default: SQLite): postgressql, I guess
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Heroku deployment, but I think its backed by docker.
- Operating system: