LinkedIn 求人募集アラートのテスト
中級
これはPersonal Productivity分野の自動化ワークフローで、12個のノードを含みます。主にSet, Code, EmailSend, HttpRequest, ManualTriggerなどのノードを使用。 J-Search API と SMTP メール通知を使って LinkedIn のジョブアラートを自動化
前提条件
- •ターゲットAPIの認証情報が必要な場合あり
カテゴリー
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "e7NIaSaCd364XuUh",
"meta": {
"instanceId": "8443f10082278c46aa5cf3acf8ff0f70061a2c58bce76efac814b16290845177"
},
"name": "Linkedin Job Alert-test",
"tags": [],
"nodes": [
{
"id": "f05ac1bb-5c20-4c79-ae08-d7c582210042",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
-432,
208
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "9c8848a3-47f3-4478-a78d-a7dd8a0f8630",
"name": "付箋1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-160,
640
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "fb701072-f02a-4d67-b192-76f89010c125",
"name": "付箋2",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
0
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "e26128cf-07ee-4d84-9f26-6bdcf4c51aae",
"name": "付箋3",
"type": "n8n-nodes-base.stickyNote",
"position": [
304,
624
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "1edb5458-8ad5-48ad-a8a6-14e25ad7ae54",
"name": "付箋4",
"type": "n8n-nodes-base.stickyNote",
"position": [
528,
0
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "9ec6e262-84d6-4a31-b91a-a825ca62fa11",
"name": "付箋5",
"type": "n8n-nodes-base.stickyNote",
"position": [
752,
624
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "5ed26bdc-7585-4309-8b13-6fce26df01de",
"name": "設定のプリファレンス",
"type": "n8n-nodes-base.set",
"position": [
-64,
464
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "f3e847d5-f747-4504-a069-7afb120e7239",
"name": "メールでの求人リスト送信",
"type": "n8n-nodes-base.emailSend",
"position": [
832,
464
],
"webhookId": "75c1ce39-8ca3-4dc8-9342-186dabbdc32c",
"parameters": {},
"typeVersion": 2.1
},
{
"id": "27fde378-8bca-43e7-9c22-2d065f64fd84",
"name": "メール用 HTML の作成",
"type": "n8n-nodes-base.code",
"position": [
608,
464
],
"parameters": {},
"typeVersion": 2
},
{
"id": "1382c990-0123-4087-a883-92c3e1a7a270",
"name": "求人リストの分類",
"type": "n8n-nodes-base.code",
"position": [
384,
464
],
"parameters": {},
"typeVersion": 2
},
{
"id": "423490bc-3de8-4f9e-a269-2d7b7cbfb21e",
"name": "求人リストの抽出",
"type": "n8n-nodes-base.httpRequest",
"position": [
160,
464
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "04ba5d8c-3fd2-418c-a692-e5568fb514d7",
"name": "手動トリガー",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-288,
464
],
"parameters": {},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "d37ed09f-5fd3-40db-8ee7-45184530ef97",
"connections": {
"04ba5d8c-3fd2-418c-a692-e5568fb514d7": {
"main": [
[
{
"node": "5ed26bdc-7585-4309-8b13-6fce26df01de",
"type": "main",
"index": 0
}
]
]
},
"5ed26bdc-7585-4309-8b13-6fce26df01de": {
"main": [
[
{
"node": "423490bc-3de8-4f9e-a269-2d7b7cbfb21e",
"type": "main",
"index": 0
}
]
]
},
"27fde378-8bca-43e7-9c22-2d065f64fd84": {
"main": [
[
{
"node": "f3e847d5-f747-4504-a069-7afb120e7239",
"type": "main",
"index": 0
}
]
]
},
"423490bc-3de8-4f9e-a269-2d7b7cbfb21e": {
"main": [
[
{
"node": "1382c990-0123-4087-a883-92c3e1a7a270",
"type": "main",
"index": 0
}
]
]
},
"1382c990-0123-4087-a883-92c3e1a7a270": {
"main": [
[
{
"node": "27fde378-8bca-43e7-9c22-2d065f64fd84",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - 個人の生産性
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
個人宛の受信トレイを自動分類
Gmail、GPT-4o-mini、Notion を使ってメールの分類と要約を自動化
Set
Code
Gmail
+
Set
Code
Gmail
18 ノードRahul Joshi
個人の生産性
フィードバックの保存とレポート生成
Azure OpenAI と Google Sheets を使用して営業取引の結果を分析し、レポートを生成する
Set
Code
Email Send
+
Set
Code
Email Send
28 ノードRahul Joshi
顧客管理
GPT-4o-miniとGmailを使ってYouTubeチャンネルを分析し、パフォーマンスレポートを送信
GPT-4o-miniとGmailを使ってYouTubeチャンネルを分析し、パフォーマンスレポートを送信する
Code
Email Send
Http Request
+
Code
Email Send
Http Request
20 ノードRahul Joshi
市場調査
新規開発者の入社業務の自動化
GPT-4oを使用した従業員採用業務の自動化:Jira、Notion、Gmailの統合
If
Set
Code
+
If
Set
Code
21 ノードRahul Joshi
人事
インテリジェントリードマーキングとルーティング
HighLevelとAzure GPT-4o-miniを基盤としたAI駆動のリード分類とルーティング
If
Code
Email Send
+
If
Code
Email Send
17 ノードRahul Joshi
リード獲得
API速率制限と認証に関するFAQテスト
GPT-4o-mini、Googleスプレッドシート、Slackアラートを使用したAPIよくある質問品質テストの自動化
If
Set
Code
+
If
Set
Code
19 ノードRahul Joshi
文書抽出
ワークフロー情報
難易度
中級
ノード数12
カテゴリー1
ノードタイプ6
作成者
Rahul Joshi
@rahul08Rahul Joshi is a seasoned technology leader specializing in the n8n automation tool and AI-driven workflow automation. With deep expertise in building open-source workflow automation and self-hosted automation platforms, he helps organizations eliminate manual processes through intelligent n8n ai agent automation solutions.
外部リンク
n8n.ioで表示 →
このワークフローを共有