Skip to main content

Send weekly brand and competitor intel digests to Slack with Claude web search

Workflow preview

Workflow preview
100%
Send weekly brand and competitor intel digests to Slack with Claude web search preview
Open on n8n.io

1. Workflow Overview

Quick overview This workflow runs weekly to search the web (including Reddit) for your brand, competitors, and industry keywords using Anthropic Claude web search, then synthesizes the most relevan...

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.slack

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Anas Ashfaq.

Original n8n.io source

1.1 Workflow description

Title
Send weekly brand and competitor intel digests to Slack with Claude web search
Workflow name
Send weekly brand and competitor intel digests to Slack with Claude web search

Quick overview

This workflow runs weekly to search the web (including Reddit) for your brand, competitors, and industry keywords using Anthropic Claude web search, then synthesizes the most relevant findings into a ranked digest and posts a grouped summary to a chosen Slack channel.

How it works

  1. Runs every Monday at 8:00 AM on a weekly schedule.
  2. Builds a tracking list from your brand name, competitor names, and industry topics, and labels each keyword as brand, competitor, or industry.
  3. For each keyword, calls the Anthropic Messages API with Claude web search enabled to find concrete mentions from the past N days and returns a small JSON list of results with real URLs.
  4. Parses, normalizes, and deduplicates all findings across keywords (primarily by URL) into a single combined list.
  5. Sends the combined findings back to Claude to rank and refine the top business-relevant items while keeping the preset category types and original URLs.
  6. Formats the ranked results into a Slack message grouped by Brand, Competitors, and Industry, and posts the weekly digest to your selected Slack channel.

Setup

  1. Add an Anthropic API credential in n8n and ensure your account has access to Claude web search (used by the two Anthropic HTTP requests).
  2. Add a Slack API credential in n8n with permission to post messages to your target channel.
  3. Update the configuration values for brand name, comma-separated competitors and topics, Slack channel ID, and lookback window (days) before activating the workflow.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Weekly Trigger at Monday 8am

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 9 - Set Monitoring Parameters

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 10 - Extract Keywords from Config

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 11 - Generate Claude Search Requests

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 12 - Post to Claude API

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 13 - Parse Claude API Responses

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 14 - Aggregate Search Results

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 15 - Create Digest Content

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 16 - Post to Claude for Synthesis

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 17 - Interpret Digest Results

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 18 - Prepare Slack Message Format

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 19 - Send Digest to Slack Channel

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.4

3. Summary Table

Workflow Send weekly brand and competitor intel digests to Slack with Claude web search
Complexity advanced
Nodes 19
Categories Market Research, AI Summarization
Author Anas Ashfaq
Published 03 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16086/16086.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Send weekly brand and competitor intel digests to Slack with Claude web search do?

Quick overview This workflow runs weekly to search the web (including Reddit) for your brand, competitors, and industry keywords using Anthropic Claude web search, then synthesizes the most relevan...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, AI Summarization use case.