Read palm lines and send AI reports via LINE, Gemini, Gmail and Calendar — Workflow n8n

Średnia złożoność🔗 Webhook12 węzłów🏷️ Miscellaneousautor: Ryo Sayama

Przegląd

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

Użyte węzły

HTTP RequestGoogle CalendarGmailBasic LLM ChainGoogle Gemini Chat Model

Podgląd workflow

🔮 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

Jak to działa

  1. 1

    Wyzwalacz

    Workflow uruchamia się wyzwalaczem webhook.

  2. 2

    Przetwarzanie

    Dane przepływają przez 12 węzłów, connecting chainllm, gmail, googlecalendar.

  3. 3

    Wyjście

    Workflow kończy automatyzację i dostarcza wynik do skonfigurowanego miejsca docelowego.

Szczegóły węzłów (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

Jak zaimportować ten workflow

  1. 1Kliknij przycisk Pobierz JSON po prawej stronie, aby zapisać plik workflow.
  2. 2Otwórz swoją instancję n8n. Przejdź do Workflow → Nowy → Importuj z pliku.
  3. 3Wybierz pobrany plik read-palm-lines-and-send-ai-reports-via-line-gemini-gmail-and-calendar i kliknij Importuj.
  4. 4Skonfiguruj dane uwierzytelniające dla każdego węzła usługi (klucze API, OAuth itp.).
  5. 5Kliknij Testuj workflow, aby sprawdzić, czy wszystko działa, a następnie aktywuj go.

Lub wklej bezpośrednio w n8n → Importuj z JSON:

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

Integracje

chainllmgmailgooglecalendarhttprequestiflmchatgooglegeminirespondtowebhooksetwebhook

Pobierz ten workflow

Pobierz i zaimportuj jednym kliknięciem

Pobierz JSONZobacz na n8n.io
Węzły12
Złożonośćmedium
Wyzwalaczwebhook
KategoriaMiscellaneous

Autor

Ryo Sayama

Ryo Sayama

@sayama

Tagi

chainllmgmailgooglecalendarhttprequestiflmchatgooglegeminirespondtowebhooksetwebhook

Nowy w n8n?

n8n to darmowe narzędzie open-source do automatyzacji workflow. Hostuj samodzielnie lub użyj wersji chmurowej.

Pobierz n8n za darmo →

Related Miscellaneous Workflows