This n8n workflow creates an automated system that allows users to perform web searches using the Brave search engine directly from Telegram. When a user sends the command /brave followed by a search query, the workflow cleans and processes the message, then utilizes the Brave API to fetch search results. These results are then sent back as a Telegram message. The workflow is ideal for integrating Brave search capabilities into messaging environments, enabling quick access to search results without leaving the Telegram app.
The workflow starts with a Telegram trigger that listens for incoming messages. It checks if the message starts with /brave, indicating a search command. If so, it cleans the message by removing the command, then retrieves available Brave search tools through an MCP (Managed Cloud Platform) client node. Using the selected Brave tool, it executes a search query and gathers the search results. Finally, it sends the search results back to the user on Telegram, providing a seamless browsing experience.
This setup is highly useful for creating custom search assistants or chatbots that leverage Brave Search for real-time information access within messaging platforms, enhancing productivity and user engagement.
Reviews
There are no reviews yet.