リアルタイムドメイン抽出とメール文法検証

初級

これはBuilding Blocks分野の自動化ワークフローで、5個のノードを含みます。主にSet, DebugHelper, ManualTriggerなどのノードを使用。 必ずドメイン名を抽出し、電子メールの構文をリアルタイムで確認してください。

前提条件
  • 特別な前提条件なし、インポートしてすぐに使用可能
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "meta": {
    "instanceId": "8eadf351d49a11e77d3a57adf374670f06c5294af8b1b7c86a1123340397e728"
  },
  "nodes": [
    {
      "id": "2f7c95cb-2545-48b6-aa77-55a6619aa3b6",
      "name": "「Test workflow」をクリックした時",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        140,
        240
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "1cb42024-9743-4002-b0f5-180d3d95fc44",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        100,
        22
      ],
      "parameters": {
        "color": 4,
        "width": 818,
        "height": 446,
        "content": "## Email Validation and extract domain\n** This workflow is aimed at making email validation and domain extract using the native functionalities in n8n\n\n** Replace the debugger node with your actual data source to validate your own emails"
      },
      "typeVersion": 1
    },
    {
      "id": "215ff8f7-f94b-4999-a0db-c3ee93041001",
      "name": "ドメイン抽出用フィールド設定",
      "type": "n8n-nodes-base.set",
      "position": [
        660,
        240
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "be48e606-536b-48a0-a0b9-ba1ca0296e75",
              "name": "Valid EmailIs email ",
              "type": "string",
              "value": "={{ $json.email.isEmail() }}"
            },
            {
              "id": "68e983c1-3f12-45ab-a441-ca54444a1f42",
              "name": "Extract Domain",
              "type": "string",
              "value": "={{ $json.email.extractDomain() }}"
            },
            {
              "id": "37447324-b80a-40cf-a41e-92c7550f3702",
              "name": "email",
              "type": "string",
              "value": "={{ $json.email }}"
            }
          ]
        }
      },
      "typeVersion": 3.3
    },
    {
      "id": "e85e9445-2f43-4545-a41d-f9ced6e8c8d9",
      "name": "ランダムデータ生成",
      "type": "n8n-nodes-base.debugHelper",
      "position": [
        420,
        240
      ],
      "parameters": {
        "category": "randomData",
        "randomDataType": "email"
      },
      "typeVersion": 1
    },
    {
      "id": "d7bb0ffd-df07-4f1b-be68-1776fc3fe7e4",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        360,
        160
      ],
      "parameters": {
        "height": 253,
        "content": "\nMake sure you replace the Generate random data with your actual data"
      },
      "typeVersion": 1
    }
  ],
  "pinData": {
    "Generate random data": [
      {
        "email": "Megan.Lueilwitz@yahoo.com",
        "confirmed": true
      },
      {
        "email": "Tommie70@yahoo.com",
        "confirmed": true
      },
      {
        "email": "Joanna.Fisher@yahoo.com",
        "confirmed": false
      },
      {
        "email": "Terrence.Hettinger@yahoo.com",
        "confirmed": false
      },
      {
        "email": "Eddie.Bradtke@hotmail.com",
        "confirmed": false
      },
      {
        "email": "Marcus.Considine64@yahoo.com",
        "confirmed": true
      },
      {
        "email": "Constance.Markshotmail.com",
        "confirmed": false
      },
      {
        "email": "Dominick.Corwin@yahoo.com",
        "confirmed": true
      },
      {
        "email": "Ellen54@yahoo.com",
        "confirmed": true
      },
      {
        "email": "Angel.Hartmann40@hotmail.com",
        "confirmed": false
      }
    ]
  },
  "connections": {
    "e85e9445-2f43-4545-a41d-f9ced6e8c8d9": {
      "main": [
        [
          {
            "node": "215ff8f7-f94b-4999-a0db-c3ee93041001",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2f7c95cb-2545-48b6-aa77-55a6619aa3b6": {
      "main": [
        [
          {
            "node": "e85e9445-2f43-4545-a41d-f9ced6e8c8d9",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

初級 - ビルディングブロック

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

関連ワークフロー

n8n のタグをフォルダーに変換してワークフローを移動
n8nのタグをフォルダに変換してワークフローを移動する
If
N8n
Set
+
If
N8n
Set
40 ノードImperol
ビルディングブロック
Googleスクレイピング、Bright Data、Gemini AIを使用したキーワード検索意図の分析
Google Scraping、Bright Data、そして Gemini AI を使用してキーワード検索の意図を分析する
Set
Merge
Split Out
+
Set
Merge
Split Out
24 ノードZacharia Kimotho
市場調査
Bright Data と Gemini AI を使用して SEO 最適化されたタイトルとメタディスクリプションを生成
Bright DataとGemini AIを使ってSEO最適化されたタイトルとメタディスクリプションを生成する
Set
Http Request
Google Sheets
+
Set
Http Request
Google Sheets
16 ノードZacharia Kimotho
市場調査
n8nでGemini AIを使って画像とPDFを5つの方法で処理
n8nでGemini AIを使って画像とPDFを処理する5つの方法
Set
Filter
Split Out
+
Set
Filter
Split Out
28 ノードJulian Kaiser
ビルディングブロック
テキスト、音声、画像、PDF をサポートする RAG を備えた AI 駆動型 WhatsApp チャットボット
テキスト、音声、画像、PDF をサポートする AI 搭載の WhatsApp チャットボット (RAG)
Set
Code
Switch
+
Set
Code
Switch
35 ノードNovaNode
エンジニアリング
YouTube Shorts + カスタムMCPサーバー
OpenAIを使用してMCPサーバー経由でRedditコンテンツから自動のにYouTube Shortsを生成
If
Set
Wait
+
If
Set
Wait
43 ノードjolonbankey
デザイン
ワークフロー情報
難易度
初級
ノード数5
カテゴリー1
ノードタイプ4
難易度説明

n8n初心者向け、1-5ノードのシンプルなワークフロー

作成者
Imperol

Imperol

@imperolq

Automation expert with years of experience helping businesses improve their efficiency and productivity with smart automations that are affordable, scalable, and flexible.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34