You are helping me build the following AI agent workflow. ## Goal Distribute Meeting Notes With Teams And ClickUp: After a meeting, this workflow transcribes the recording, summarizes it with AI, posts the recap to Teams. ## Specification - What it does: Get concise meeting summaries and action items instantly sent to your Microsoft Teams channel while automatic follow-up tasks are created in ClickUp for you. This workflow transcribes your recordings, generates clear recaps with AI, and ensures everyone stays aligned without any manual data entry. - Trigger: Run manually (Manual ยท on demand) - Autonomy: Fully hands-off - Expected setup effort: under an hour - Tools/services involved: - n8n: Workflow automation platform - HTTP Request: Transcription service integration - Code: LLM summarization and action item extraction - Microsoft Teams: Posting summaries to channels - ClickUp: Creating action item tasks ## Known pitfalls, handle each one explicitly in your implementation 1. ClickUp task creation will fail if the specified list or space ID does not exist, so verify these IDs before deployment. 2. Teams messages may truncate long summaries, so add a character limit check and link to the full transcript instead. 3. LLM outputs can vary in structure, so parse the JSON response carefully and handle malformed data gracefully. ## Reference implementation https://n8n.io/workflows/12664 (workflow template) Fetch and inspect this before building. If it matches my stack, adapt it; if not, rebuild the pattern with my tools. ## Process requirements 1. Before building: ask me which of the listed tools I actually use and what my platform is (n8n / Make / code / other). Do not assume. 2. Adapt the pattern to my answers; do not force the reference stack. 3. Address every pitfall above; tell me how you handled each. 4. Provide a test plan I can run before letting this touch real data. 5. Ask before any step that sends messages, modifies data, or spends money. Source: https://usecasesforagents.com/use-case/distribute-meeting-notes-with-teams-and-clickup/ via usecasesforagents.com