The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Stateful Slack release notification",
"nodes": [
{
"id": "trigger",
"name": "Release Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
0,
0
],
"parameters": {}
},
{
"id": "slack",
"name": "Post Release",
"type": "n8n-nodes-base.slack",
"typeVersion": 2.6,
"position": [
240,
0
],
"parameters": {
"resource": "message",
"operation": "post",
"select": "channel",
"channelId": {
"mode": "name",
"value": "s8n-release-alerts"
},
"messageType": "text",
"text": "=Released {{$json.repository}} {{$json.tag}}"
}
}
],
"connections": {
"Release Webhook": {
"main": [
[
{
"node": "Post Release",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Stateful Slack release notification. Uses slack. Webhook trigger; 2 nodes.
Source: https://github.com/syucream/s8n/blob/main/examples/slack-release-notification.workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
07 — Faktura → archiwum + powiadomienie + status w CRM (klinweb.pl). Uses httpRequest, googleDrive, slack. Webhook trigger; 7 nodes.
Flow. Uses slack, linear, airtable. Webhook trigger; 6 nodes.
02.08 Mandatory Compliance Training Enforcement. Uses httpRequest, slack. Webhook trigger; 5 nodes.
02.09 Intelligent Interview Scheduling & Prep. Uses httpRequest, slack. Webhook trigger; 5 nodes.