Workflow: Manual Send

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                240,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "Extract domain name",
            "type": "n8n-nodes-base.function",
            "position": [
                700,
                300
            ],
            "parameters": {
                "functionCode": "\/\/ Take email and extract the domain name \nvar email = ($json[\"email\"]);\nvar name   = email.substring(0, email.lastIndexOf(\"@\"));\nvar domain = email.substring(email.lastIndexOf(\"@\") +1);\n\n\/\/To display the final domain name. (result)\n\nreturn [{\n  json: { domain }\n}]"
            },
            "typeVersion": 1
        },
        {
            "name": "Sample email",
            "type": "n8n-nodes-base.set",
            "position": [
                460,
                300
            ],
            "parameters": {
                "values": {
                    "string": [
                        {
                            "name": "email",
                            "value": "email@domain2.com"
                        }
                    ]
                },
                "options": [],
                "keepOnlySet": true
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "Sample email": {
            "main": [
                [
                    {
                        "node": "Extract domain name",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Sample email",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

🤖🧑‍💻 AI Agent for Top n8n Creators Leaderboard Reporting
View
Extract And Decode Google News RSS URLs to Clean Article Links
View
🐋🤖 DeepSeek AI Agent + Telegram + LONG TERM Memory 🧠
View
AirQuality Scheduler
View
Webhook Respondtowebhook Create Webhook
View
Chat with Postgresql Database
View
Forward Filtered Gmail Notifications to Telegram Chat
View
Text to Speech (OpenAI)
View
GoogleSheets Readbinaryfile Automate
View
Create a room, invite members from a different room, and send a message in the room we created
View