AutomationFlowsSlack & Telegram › Discord Intro

Discord Intro

Discord Intro. Uses manualTrigger, discord. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesDiscord
Slack & Telegram Trigger: Event Nodes: 2 Complexity: ★☆☆☆☆

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
{
  "id": "2",
  "name": "Discord Intro",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        510,
        330
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Discord",
      "type": "n8n-nodes-base.discord",
      "position": [
        800,
        330
      ],
      "parameters": {
        "text": "Hello World!",
        "webhookUri": "https://discordapp.com/api/webhooks/XXX/XXX"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Discord",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

About this workflow

Discord Intro. Uses manualTrigger, discord. Event-driven trigger; 2 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More Slack & Telegram workflows → · Browse all categories →