Skip to content
FlowHubFluxonLab
C
Slackfree

Notify Slack about new marketplace templates with the n8n Templates API

by Adriaan van Niekerkadapted from n8n official workflow galleryUpdated Aug 2026
RequiresCCodeHTTP RequestHTTP RequestSlack
Share Post Share
ScTwice-Daily Trigger Every 2 HoursTwice-Daily Tri…SeSet Template Check ConfigurationSet Template Ch…HRFetch n8n TemplatesFetch n8n Templ…IfCheck for New TemplatesCheck for New T…IfDecide on Reporting NoneDecide on Repor…CoExtract Metadata from TemplatesExtract Metadat…CoIdentify New TemplatesIdentify New Te…CoBuild Slack Message FormatBuild Slack Mes…Send Digest to Slack ChannelSend Digest to …Send Clear Notification to SlackSend Clear Noti…123456789
1/5
STEPS · 9
Runs on a schedule

Quick overview This workflow runs every two hours to check the n8n public Templates API for the latest workflows in a chosen category, tracks which template IDs have already been seen using workflow static data, and posts a Slack digest when new templates appear. How it works Runs on a schedule every 2 hours. Loads configuration values such as the template category slug, the Slack channel, how many templates to check, and whether to report when none are new. Calls the n8n Templates search API to fetch the most recent templates for the configured category. Extracts key metadata (ID, title, description snippet, creator, date, and URL) from the API response. Compares the fetched template IDs against previously seen IDs stored in workflow static data and updates the cache with the latest IDs. If new templates are found, formats a Slack digest and posts it to the configured Slack channel. If no new templates are found and reporting is enabled, posts a “no new templates” all-clear message to Slack. Setup Add Slack credentials in n8n with permission to post messages to your target channel.

Tags

n8nreference-onlyslack
Connects
CCodeWHTTP RequestSlack
CategorySlack
Triggermanual
Complexitycomplex
Nodes10
AddedJul 1, 2026

Related workflows

See all Slack
W
free

Manage Slack channel and users automatically

Explore this workflow on its official n8n template page.

by Harshil Agrawal
free

Send selected GitHub events to Slack

Gets triggered by GitHub once a user stars/unstars a repository Checks if star got added or removed and forwards data depending on that Sends notification to Slack

by Jan Oberhauser
free

Notify a team channel about new software releases via Slack and GitHub

This workflow automatically notifies the team in a Slack channel when code in a GitHub repository gets a new release. Prerequisites A GitHub account and credentials A Slack account and credentials Nodes GitHub Trigger node triggers the workflow when a release event takes place in the specified repository. Slack node posts a message in a specified channel with the text "New release is available in {repository name}", along with further details and a link to the release.

by q