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

Gemiddeld complexiteit🔗 Webhook12 knooppunten🏷️ Miscellaneousdoor Ryo Sayama

Overzicht

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

Gebruikte knooppunten

HTTP RequestGoogle CalendarGmailBasic LLM ChainGoogle Gemini Chat Model

Workflow-voorvertoning

🔮 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

Hoe het werkt

  1. 1

    Trigger

    De workflow start met een webhook-trigger.

  2. 2

    Verwerking

    Gegevens stromen door 12 knooppunten, connecting chainllm, gmail, googlecalendar.

  3. 3

    Uitvoer

    De workflow voltooit zijn automatisering en levert het resultaat aan de geconfigureerde bestemming.

Knooppuntdetails (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

Hoe deze workflow te importeren

  1. 1Klik op de knop JSON downloaden rechts om het workflowbestand op te slaan.
  2. 2Open uw n8n-instantie. Ga naar Workflows → Nieuw → Importeren uit bestand.
  3. 3Selecteer het gedownloade bestand read-palm-lines-and-send-ai-reports-via-line-gemini-gmail-and-calendar en klik op Importeren.
  4. 4Stel inloggegevens in voor elk serviceknooppunt (API-sleutels, OAuth, enz.).
  5. 5Klik op Workflow testen om te controleren of alles werkt, activeer het vervolgens.

Of plak rechtstreeks in n8n → Importeren uit JSON:

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

Integraties

chainllmgmailgooglecalendarhttprequestiflmchatgooglegeminirespondtowebhooksetwebhook

Haal deze workflow op

Download en importeer met één klik

JSON downloadenBekijken op n8n.io
Knooppunten12
Complexiteitmedium
Triggerwebhook
CategorieMiscellaneous

Gemaakt door

Ryo Sayama

Ryo Sayama

@sayama

Tags

chainllmgmailgooglecalendarhttprequestiflmchatgooglegeminirespondtowebhooksetwebhook

Nieuw bij n8n?

n8n is een gratis open-source workflow-automatiseringstool. Host het zelf of gebruik de cloudversie.

n8n gratis ophalen →

Related Miscellaneous Workflows