Autopilotで連絡先を管理する

初級

これはSales, Marketing分野の自動化ワークフローで、4個のノードを含みます。主にAutopilotなどのノードを使用。 Autopilotで連絡先を管理

前提条件
  • 特別な前提条件なし、インポートしてすぐに使用可能

使用ノード (4)

ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "nodes": [
    {
      "name": "Autopilot",
      "type": "n8n-nodes-base.autopilot",
      "position": [
        470,
        320
      ],
      "parameters": {
        "name": "n8n-docs",
        "resource": "list"
      },
      "credentials": {
        "autopilotApi": "Autopilot API Credentials"
      },
      "typeVersion": 1,
      "id": "Autopilot-0"
    },
    {
      "name": "Autopilot1",
      "type": "n8n-nodes-base.autopilot",
      "position": [
        670,
        320
      ],
      "parameters": {
        "email": "",
        "additionalFields": {
          "autopilotList": "={{$json[\"list_id\"]}}"
        }
      },
      "credentials": {
        "autopilotApi": "Autopilot API Credentials"
      },
      "typeVersion": 1,
      "id": "Autopilot1-1"
    },
    {
      "name": "Autopilot2",
      "type": "n8n-nodes-base.autopilot",
      "position": [
        870,
        320
      ],
      "parameters": {
        "email": "={{$node[\"Autopilot1\"].parameter[\"email\"]}}",
        "additionalFields": {
          "Company": "n8n"
        }
      },
      "credentials": {
        "autopilotApi": "Autopilot API Credentials"
      },
      "typeVersion": 1,
      "id": "Autopilot2-2"
    },
    {
      "name": "Autopilot3",
      "type": "n8n-nodes-base.autopilot",
      "position": [
        1070,
        320
      ],
      "parameters": {
        "listId": "={{$node[\"Autopilot\"].json[\"list_id\"]}}",
        "resource": "contactList",
        "operation": "getAll",
        "returnAll": true
      },
      "credentials": {
        "autopilotApi": "Autopilot API Credentials"
      },
      "typeVersion": 1,
      "id": "Autopilot3-3"
    }
  ],
  "connections": {
    "Autopilot-0": {
      "main": [
        [
          {
            "node": "Autopilot1-1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Autopilot1-1": {
      "main": [
        [
          {
            "node": "Autopilot2-2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Autopilot2-2": {
      "main": [
        [
          {
            "node": "Autopilot3-3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

初級 - 営業, マーケティング

有料ですか?

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

ワークフロー情報
難易度
初級
ノード数4
カテゴリー2
ノードタイプ1
難易度説明

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

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34