This n8n template posts a quick weekly snapshot to Slack so your team sees last week’s funnel movement at a glance. It counts how many contacts entered the Lead stage in the past week—and optionally reports closed-won deals from the same period.
Perfect for GTM standups and Monday pipeline reviews.
A weekly schedule (e.g., Mondays 07:00) kicks things off.
HubSpot → Get all contacts pulls contacts with hs_v2_date_entered_lead
.
A filter keeps only those whose lead date is within the last 7 days.
Summarize counts the resulting leads.
Slack posts: “Last week we generated X leads.”
(Optional branch) Deals:
hs_is_closed_won
and hs_closed_won_date
.amount
property on “Get all deals” and set Summarize → sum over amount
.