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 →
{
"id": "5ec2322573f7590007802e1f",
"name": "Extranet Releases",
"nodes": [
{
"name": "Slack",
"type": "n8n-nodes-base.slack",
"position": [
560,
550
],
"parameters": {
"text": "=New release is available in {{$node[\"Github Trigger\"].json[\"body\"][\"repository\"][\"full_name\"]}} !\n{{$node[\"Github Trigger\"].json[\"body\"][\"release\"][\"tag_name\"]}} Details:\n{{$node[\"Github Trigger\"].json[\"body\"][\"release\"][\"body\"]}}\n\nLink: {{$node[\"Github Trigger\"].json[\"body\"][\"release\"][\"html_url\"]}}",
"as_user": true,
"channel": "extranet-md",
"attachments": [],
"otherOptions": {}
},
"credentials": {
"slackApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Github Trigger",
"type": "n8n-nodes-base.githubTrigger",
"position": [
350,
550
],
"parameters": {
"owner": "Mesdocteurs",
"events": [
"release"
],
"repository": "mda-admin-partner-api"
},
"credentials": {
"githubApi": "<your credential>"
},
"typeVersion": 1
}
],
"active": true,
"settings": {},
"connections": {
"Github Trigger": {
"main": [
[
{
"node": "Slack",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
githubApislackApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Extranet Releases. Uses slack, githubTrigger. Event-driven trigger; 2 nodes.
Source: https://github.com/Zie619/n8n-workflows — 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.
Send Selected Github Events To Slack. Uses githubTrigger, slack. Event-driven trigger; 4 nodes.
AI Code Reviewer. Uses githubTrigger, httpRequest, openAi, slack. Event-driven trigger; 5 nodes.
This template is for teams using n8n in production who want immediate visibility into workflow failures. It’s ideal for DevOps teams, automation engineers, and operations teams who need reliable error
Flow. Uses hubspotTrigger, hubspot, slack, airtable. Event-driven trigger; 7 nodes.
Report N8N Workflow Errors To Slack. Uses slack, errorTrigger, stickyNote. Event-driven trigger; 5 nodes.