Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Gmail Inbox Logger using n8n and Google Sheets

This project automates Gmail inbox tracking using n8n. It fetches unread Gmail messages every 15 minutes, extracts email metadata, appends the data to Google Sheets, and marks processed emails as read.

## Features

- Fetches unread Gmail emails automatically

- Extracts sender name, sender email, subject, preview, label, date, and time

- Saves email records into Google Sheets

- Marks processed emails as read

- Runs every 15 minutes using n8n Schedule Trigger

## Tech Stack

- n8n

- Gmail API

- Google Sheets API

- OAuth2

- Google Sheets

- Workflow Automation

## Workflow

flowchart TD

A[Every 15 Minutes]
B[Fetch Data]
C[Process Data]
D[Store Results]

A --> B
B --> C
C --> D
Loading

About

n8n automation workflow that logs unread Gmail messages into Google Sheets every 15 minutes and marks them as read.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors