Daily Bigin pipeline digest in Slack
Every weekday at 8am, post a pipeline digest to Slack grouped by rep with movers, stalls, and deals closing this month.
Every weekday at 8am, post a daily pipeline digest to Slack so the sales team knows where every open deal stands before the day starts.
Pull all open deals from Bigin using Query Records (COQL) against the Pipelines module, or fall back to List Records on Pipelines if COQL is not available. Filter out any deal whose Stage is Closed Won or Closed Lost — module and field API names in Bigin are case-sensitive, so use Pipelines and Stage exactly. For each open deal, keep at minimum the deal name, Stage, Amount, Closing_Date, and Owner.
For each deal, cross-reference recent activity. Use List Records on the Calls, Tasks, and Events modules and match them to deals via the What_Id / Parent_Id relationship. A deal is stalled if it has had no calls, no completed tasks, and no events in the last 7 days. A deal is a hot mover if its Stage or Amount changed in the last 7 days, or it has multiple activities logged this week. Also identify deals whose Closing_Date falls inside the current calendar month.
Compute a total pipeline value across all open deals (sum of Amount) and a per-stage breakdown with count and total value by Stage. Group the individual deal lines by Owner so each rep can scan straight to their deals.
Post the summary to Slack using Send a Message from the Slack Bot integration. Use Slack mrkdwn formatting (single asterisks for bold, angle-bracket links). The message should lead with the total pipeline value and stage breakdown at the top, then three clearly labelled sections: Moved this week, Stalled (no activity in 7+ days), and Closing this month. Inside each section, group deals under the owner's name and show deal name, stage, amount, and last activity date. Ask the user which Slack channel to post to on first run and remember it.
If there are no open deals, still post a short message confirming the pipeline is empty rather than sending nothing. Skip weekends.
Additional information
What does this prompt do?
- Pulls every open deal from your Bigin Pipelines and totals the pipeline value at the top of the message.
- Groups deals by owner so each rep instantly sees what's on their plate.
- Flags deals with no calls, tasks, or events in the last 7 days as stalls, and highlights hot movers and deals closing this month.
- Posts a formatted summary to the Slack channel of your choice at 8am every weekday.
What do I need to use this?
- A Bigin by Zoho CRM account with your deal pipeline set up.
- A Slack workspace and the channel where the sales team gets its daily updates.
- Deal owners assigned in Bigin so the digest can group deals by rep.
How can I customize it?
- Change the run time or run it on weekends too — daily at 7am, twice a week, whatever fits your standup rhythm.
- Adjust the stall threshold (default 7 days with no activity) or tune the definition of a hot mover.
- Swap the target Slack channel, or route to a different channel per team by owner.
Frequently asked questions
Does this work with Bigin's free plan?
How does it decide which deals are stalled?
Will it include closed deals?
Can the digest go to more than one Slack channel?
What time zone does the 8am schedule use?
Related templates
Start every sales morning with a shared view of the pipeline.
Give your reps a single Slack message that shows what moved, what's stuck, and what's closing this month — without anyone opening the CRM.