I’m fairly new to working with n8n but really enjoying the experience. I’ve managed to get several workflows running using different templates and examples. Now I want to create a chatbot that can pull answers from my WordPress site’s FAQ section.
My current configuration:
- WordPress node is connected and authentication works fine
- Resource type is set to Page with Get operation
- FAQ page ID is properly configured
The problem I’m facing:
When users ask questions, I can see the WordPress node is active and processing, but the chatbot keeps giving ChatGPT responses instead of actually using the content from my FAQ page.
How can I make sure the system checks my FAQ content first before using ChatGPT as a backup? Any suggestions for optimizing this workflow would be really helpful.
Appreciate any guidance you can provide!