Skip to main content

How to automatically send meeting summaries to Slack with workflows

Learn how to set up a Tactiq workflow that posts AI-generated summaries to a Slack channel.

Ken avatar
Written by Ken
Updated yesterday

This workflow helps you automatically share meeting outcomes to a Slack channel—ideal for standups, syncs, or project updates. Instead of manually writing recaps, Tactiq can generate a summary and send it directly to where your team already communicates.

This saves time and ensures everyone stays aligned without needing to chase down notes.

Create the workflow

  • Go to the My Workflows tab in Tactiq. Click + New Workflow.

  • Choose Start with a blank workflow to open the workflow canvas.

Set when the workflow runs

  • In the first node, change the Trigger type from Manual to Automatic.

  • Choose Meeting Processed as the trigger event. Add a condition like:
    Meeting Titlecontains → "Team Sync" (or "Weekly Meeting", "Project Update").

💡 Note: You can optionally filter by Participant Name or Participant Email if the workflow should only trigger when specific people attend.

Add an AI summary step

  • Click the + icon below the trigger block. Select AI: Write your own prompt or Use a quick prompt.


    Example prompt:

    Give me a short and clear summary for the team. Highlight key updates, action items, and blockers. Keep it Slack-friendly and easy to skim. Use Markdown format.

  • Enable these options:

    • Save the result to the meeting

    • Include meeting transcript in prompt context

    • Set Language for AI output to Meeting Language

Share to Slack

  • Click the next + button and choose Share to an Integration.

  • Select Slack as the integration type.

  • Choose a Slack channel like #meeting-summaries.

💡 Note:

  • Public channels will appear automatically.

  • For private channels, invite the Tactiq bot before selecting the channel.

  • In the Message field, insert the AI result using a variable like {{ step1.output }}.

  • Click Variables and Examples if you need help using Liquid variables.

Finalize and activate

  • Click Save.

  • Then click Run to activate your workflow.

Once active, Tactiq will automatically generate and send a summary after each matching meeting, keeping your team informed with no extra effort.


Need help? Contact support.

Did this answer your question?