Read palm lines and send AI reports via LINE, Gemini, Gmail and Calendar — n8n ワークフロー

複雑度🔗 Webhook12個のノード🏷️ Miscellaneous作成者:Ryo Sayama

概要

Template description (paste this into the n8n Creator Dashboard)

Who is this for

This workflow is for anyone who wants to offer a fun, automated palm reading experience through LINE — Japan's dominant messaging app with over 90 million active users. It suits indie developers, wellness creators, fortune-telling services, or anyone curious about combining AI vision with multi-channel automation.

What this workflow does

When a user sends a photo of their palm via LINE, the workflow springs into

使用ノード

HTTP RequestGoogle CalendarGmailBasic LLM ChainGoogle Gemini Chat Model

ワークフロープレビュー

🔮 Palm Reading Bot — Overview
How it works
This workflow turns your LINE account into an AI-powere
1️⃣ Trigger & config
Receives the LINE webhook POST and immediately sets all
2️⃣ Image check
Only image messages are supported. Text or sticker mess
3️⃣ AI analysis
The palm image is fetched from LINE's content API and p
4️⃣ Multi-channel output
After parsing the Gemini response, three actions run in
- Short summary → LINE reply
- Full report → Gmail HTML email
- Lucky dates → Google Calendar events
model
R
Receive LINE webhook
S
Set config variables
C
Check if message is image
Download image from LINE
Analyze palm lines with …
Google Gemini Chat Model
P
Parse Gemini response
Reply to LINE with summary
Send detailed report via…
Register lucky days in G…
Reply with error for non…
R
Respond to webhook
12 nodes13 edges

仕組み

  1. 1

    トリガー

    このワークフローは webhook トリガーで開始します。

  2. 2

    処理

    データは 12 個のノードを流れます, connecting chainllm, gmail, googlecalendar。

  3. 3

    出力

    ワークフローは自動化を完了し、設定された宛先に結果を配信します。

ノード詳細 (12)

HT

HTTP Request

httpRequest

#1
GO

Google Calendar

googleCalendar

#2
GM

Gmail

gmail

#3
BA

Basic LLM Chain

n8n-nodes-langchain.chainLlm

#4
GO

Google Gemini Chat Model

n8n-nodes-langchain.lmChatGoogleGemini

#5

このワークフローのインポート方法

  1. 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
  2. 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
  3. 3ダウンロードした read-palm-lines-and-send-ai-reports-via-line-gemini-gmail-and-calendar ファイルを選択し、インポートをクリックします。
  4. 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
  5. 5ワークフローをテスト をクリックして動作確認し、有効化します。

またはn8nの JSONからインポート に直接貼り付け:

{ "name": "Read palm lines and send AI reports via LINE, Gemini, Gmail and Calendar", "nodes": [...], ...}

インテグレーション

chainllmgmailgooglecalendarhttprequestiflmchatgooglegeminirespondtowebhooksetwebhook

このワークフローを取得

ワンクリックでダウンロード&インポート

JSONをダウンロードn8n.ioで見る
ノード12
複雑度medium
トリガーwebhook
カテゴリMiscellaneous

作成者

Ryo Sayama

Ryo Sayama

@sayama

タグ

chainllmgmailgooglecalendarhttprequestiflmchatgooglegeminirespondtowebhooksetwebhook

n8n初めてですか?

n8nは無料のオープンソースワークフロー自動化ツールです。セルフホストまたはクラウド版をご利用いただけます。

n8nを無料で始める →

Related Miscellaneous Workflows