Workflow: Manual Discord Automation

Workflow Details

Download Workflow
{
    "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
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Splitout Editimage Update Triggered
View
Telegram Automate Triggered
View
Create Custom Presentations per Lead
View
Receive the weather information of any city
View
Generate 360° Virtual Try-on Videos for Clothing with Kling API
View
My workflow 3
View
Wait Limit Import Webhook
View
Text to Speech (OpenAI)
View
Sync Jira issues with subsequent comments to Notion database
View
Code Respondtowebhook Send Webhook
View