Back to Demos

Demo 4

✉️ Email → Google Sheets

Send a real email and watch it appear in a live Google Sheet automatically — parsed and logged by n8n.
実際にメールを送信すると、n8nが自動で内容を解析してGoogleスプレッドシートに記録します。

Your Email
n8n (Gmail trigger)
Google Sheets

1
Send a test email / テストメールを送信

Send an email to [email protected] with the subject starting with DEMO: — write anything you like in the body.
[email protected] 宛に、件名を DEMO: で始めてメールを送信してください。本文は自由に書いてOKです。

2
Wait ~60 seconds / 約60秒待つ
n8n checks for new emails every 60 seconds. Your row will appear shortly after you send.n8nは60秒ごとに受信トレイを確認します。送信後まもなく行が追加されます。

In a real business setup, this can trigger instant actions too — sending a reply, creating a record in FileMaker, or alerting your team on Slack.実際のビジネス環境では、自動返信・FileMakerへの登録・Slackへの通知なども同時にトリガーできます。

3
Check the live Google Sheet / スプレッドシートを確認

Your email — sender name, address, subject, and message — will appear as a new row automatically.送信者名・メールアドレス・件名・本文が自動で新しい行として追加されます。

View Live Google Sheet / スプレッドシートを見る

How it works / 仕組み

1
You send an email to [email protected] with subject starting with "DEMO:"件名を「DEMO:」で始めて [email protected] 宛にメールを送信
2
n8n's Gmail trigger polls the inbox every 60 seconds and detects the new emailn8nのGmailトリガーが60秒ごとに受信トレイを確認し、新着メールを検出
3
n8n extracts the sender name, email, subject, and message bodyn8nが送信者名・メールアドレス・件名・本文を自動抽出
4
n8n appends a new row to Google Sheets — no manual entry neededGoogleスプレッドシートに自動で行を追加 — 手入力は一切不要