- Provide instant responses to HR and IT queries via a chatbot.
- Transcribe audio messages into text for better accessibility.
- Manage internal policy documents and FAQs efficiently.
- Enhance employee support with AI-driven responses.
Trigger the workflow upon receiving a message in Telegram. Fetch internal policy documents from a specified URL. Extract text from PDF files to build a knowledge base. Identify the type of incoming message (text or audio). Transcribe audio messages into text for processing. Retrieve relevant information from the vector store. Respond to users with accurate answers based on their queries.
- 1Import the workflow template into n8n.
- 2Configure the Telegram trigger with your account details.
- 3Set up the HTTP Request node to fetch internal policy documents.
- 4Connect the nodes as per the workflow structure.
- 5Test the workflow to ensure it responds correctly to messages.