- Automate weekly report generation for team activities
- Summarize Microsoft Teams messages for better communication
- Enhance team engagement with concise activity reports
Schedule a trigger to run every Monday at 6 AM Fetch the latest messages from a specified Microsoft Teams channel Group messages by user to analyze individual contributions Generate personalized reports using OpenAI's language model Aggregate individual reports into a comprehensive team report Convert the report from Markdown to HTML format Post the final report back to the Microsoft Teams channel
- 1Import the workflow template into n8n
- 2Configure the Microsoft Teams credentials
- 3Set the team and channel IDs in the Fetch Latest Channel Messages node
- 4Adjust the schedule trigger settings if necessary
- 5Test the workflow to ensure proper functionality