🔍 Create recurring AI-powered data digests in Slack with Super Assistant

⚡ 112 views · 🔍 AI RAG & Knowledge Retrieval

Description

Stop the daily grind of checking multiple apps just to stay updated. This template automates the creation of recurring digests by querying a powerful AI assistant you build on the Super platform.

First, create an assistant in Super (https://super.work/) and connect it to all your key data sources like Notion, Jira, Slack, and HubSpot.

Then, use this n8n workflow to ask it a specific question on a recurring schedule (e.g., “What was the progress on our key projects yesterday?”).

The workflow delivers a concise, AI-generated summary directly to a Slack channel of your choice. It’s the easiest way to get the information that matters most, without the manual work.

Who is this for?

What problem does this solve?

How it works

  1. First, in Super: The process starts on the Super platform (https://super.work/), where you create a new assistant. You’ll define its purpose with a prompt and connect it to your live data sources (e.g., your Jira projects, Notion databases, etc.).
  2. Scheduled trigger: The n8n workflow runs automatically on a schedule you define (e.g., every weekday morning at 8:30 AM).
  3. Define the recurring query: A Set node holds the specific question you want to ask your Super assistant each time the workflow runs.
  4. Query the Super assistant: An HTTP Request node sends this query, along with your unique assistant ID, to the Super API.
  5. Deliver the digest to Slack: Your Super assistant generates an answer based on the live data it can access. The workflow then formats this answer and posts it as a clear, concise message in your designated Slack channel.

Setup

  1. Set up your Super assistant (Prerequisite): First, go to Super, create an assistant, connect it to your data sources, and copy its Assistant ID and your API Token.
  2. Configure the query: In the Set query node, write the question you want to ask your assistant on a recurring basis (e.g., “Summarize all new deals created in HubSpot yesterday.”).
  3. Connect to the Super API: In the Query Super Assistant (HTTP Request) node:
    • Paste your Assistant ID into the assistantId field in the body.
    • Add your Super API Token for authentication. We recommend creating a “Generic Credential” of type “Bearer Token” for this.
  4. Connect Slack: In the Send digest in Slack node, select your Slack account and choose the channel where you want the digest to be posted.
  5. Set the schedule: Adjust the Schedule Trigger to your desired frequency and time.
  6. Activate the workflow, and your automated digests will start arriving as scheduled!

Taking it further

đź”— Nodes Used

HTTP Request, Slack, Schedule Trigger

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup