Hello, n8n community! I hope you’re all doing well.
I have a workflow in n8n that triggers when a user sends a message via WhatsApp. The agent already has a prompt and retrieves information from my WordPress site using scraping. However, since I use Elementor, the WordPress API returns the entire content in HTML, which slows down the agent’s response time.
Is there a way to clean the data before processing it, removing unnecessary HTML tags and keeping only the relevant content?
I’d really appreciate any guidance. Thanks!