workflows.fit
Back to n8n workflows
n8n templateFreeBy Miha

Weekly HubSpot lead report to Slack

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...

CommunicationHITLSalesCore NodesHubspotFilterSummarizeSticky Note
Loading interactive preview...

Template notes

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.

---

How it works

A weekly schedule (e.g., Mondays 07:00) kicks things off. HubSpot → Get all contacts pulls contacts with hsv2dateenteredlead. 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:

HubSpot → Get all deals with hsisclosedwon and hsclosedwondate. Filter to closed-won last week. Summarize to report count and (if mapped) total amount.

---

How to use