intermediate1 hour2 min read

How to automate a weekly pipeline report with Salesforce and Slack

Automatically pull opportunity data from Salesforce each week, calculate pipeline metrics, and deliver a formatted report to Slack. No manual exports or spreadsheets.

How to automate a weekly pipeline report with Salesforce and Slack

Workflow

Weekly schedule
Pull opportunity data
Calculate pipeline metrics
Post report to Slack

Why automate your pipeline report?

Sales leaders waste hours every week exporting opportunities from Salesforce, building spreadsheets, and copy-pasting summaries into Slack. That time should go toward coaching reps and moving deals forward.

An automated weekly pipeline report handles the entire cycle for you:

  • Pulls live opportunity data from Salesforce on a fixed schedule
  • Calculates key metrics like total pipeline value, stage breakdown, and closed deals
  • Formats a clean summary with the numbers leadership actually cares about
  • Delivers it to a Slack channel so the whole team sees it without asking

What you'll need

Prerequisites
  • Salesforce org with API access (a Connected App configured with OAuth 2.0)
  • Slack workspace with permission to add integrations or incoming webhooks
  • ~1 hour for initial setup

Key metrics to track

$3.1MTotal pipeline value
12New opportunities this week
$185KClosed-won this week
MetricFormula
Pipeline valueSum of Amount for all open Opportunities
Stage breakdownCount of Opportunities grouped by StageName
Closed this weekOpportunities where CloseDate = THIS_WEEK and IsWon = true
Average deal sizeTotal pipeline value / Number of open Opportunities

Choose your approach

Select an approach below to see a full step-by-step guide for building this report.

Salesforce Flow

medium

Scheduled Flow → SOQL query for open Opportunities → aggregate metrics → Slack notification

Cost: $0 (included)View guide

n8n

medium

Weekly Schedule trigger → Salesforce SOQL query → Code node for metrics → Slack report

Cost: $0-24/moView guide

Agent Skill

low

Agent skill to pull pipeline data from Salesforce and compose a weekly summary

Cost: Usage-basedView guide

Claude Cowork

low

Scheduled weekly Cowork task that generates and posts the pipeline report

Cost: Usage-basedView guide

Related Recipes

Frequently Asked Questions

Need help implementing this?

We build and optimize automation systems for mid-market businesses. Let's discuss the right approach for your team.