AutomationFlowsSlack & Telegram › Github New Issue to Slack

Github New Issue to Slack

Github New Issue To Slack. Uses githubTrigger, slack. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesGithub TriggerSlack
Slack & Telegram Trigger: Event Nodes: 2 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "nodes": [
    {
      "parameters": {
        "repository": "owner/repo",
        "options": {}
      },
      "name": "GitHub Trigger (New Issue)",
      "type": "n8n-nodes-base.githubTrigger",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "webhookUrl": "",
        "text": "New GitHub Issue in {{ $json.repository.full_name }}: {{ $json.issue.title }} - {{ $json.issue.html_url }}",
        "options": {}
      },
      "name": "Slack Notification",
      "type": "n8n-nodes-base.slack",
      "typeVersion": 1,
      "position": [
        500,
        300
      ]
    }
  ],
  "connections": {
    "GitHub Trigger (New Issue)": {
      "output": [
        [
          {
            "node": "Slack Notification",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Github New Issue To Slack. Uses githubTrigger, slack. Event-driven trigger; 2 nodes.

Source: https://github.com/EdgeAgent/n8n-automations/blob/main/github_new_issue_to_slack/github_new_issue_to_slack.json — original creator credit. Request a take-down →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Slack & Telegram

Send Selected Github Events To Slack. Uses githubTrigger, slack. Event-driven trigger; 4 nodes.

Github Trigger, Slack
Slack & Telegram

Extranet Releases. Uses slack, githubTrigger. Event-driven trigger; 2 nodes.

Slack, Github Trigger
Slack & Telegram

GitHub Issue Monitor. Uses githubTrigger, httpRequest, slack. Event-driven trigger; 7 nodes.

Github Trigger, HTTP Request, Slack
Slack & Telegram

AI Code Reviewer. Uses githubTrigger, httpRequest, openAi, slack. Event-driven trigger; 5 nodes.

Github Trigger, HTTP Request, OpenAI +1
Slack & Telegram

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

Error Trigger, Slack, Google Sheets