n8n Workflow

Notify A Team Channel About New Software Releases Via Slack And Github

This n8n workflow automates tasks using Slack. Notify A Team Channel About New Software Releases Via Slack And Github - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow automates tasks using Slack. Notify A Team Channel About New Software Releases Via Slack And Github - ready to import and run in your n8n instance.
Features:
  • Integrates with Slack
  • Sends notifications or updates
Source Code
{
    "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": "Extranet-md"
            },
            "typeVersion": 1,
            "id": "0ea67bbb-2f1b-45da-9ad1-5a97acadfe3f"
        },
        {
            "name": "Github Trigger",
            "type": "n8n-nodes-base.githubTrigger",
            "position": [
                350,
                550
            ],
            "parameters": {
                "owner": "Mesdocteurs",
                "events": [
                    "release"
                ],
                "repository": "mda-admin-partner-api"
            },
            "credentials": {
                "githubApi": "Github API"
            },
            "typeVersion": 1,
            "id": "b848fecb-9860-48fc-be92-885395be6459"
        }
    ],
    "connections": {
        "Github Trigger": {
            "main": [
                [
                    {
                        "node": "Slack",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, Slack API credentials, Github API credentials
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows