About this automation

AI workflow app: a React UI posts an article URL + email to a FastAPI backend (REST /process + /health) that generates a session ID and forwards the payload to an n8n workflow — which scrapes the article, summarizes it and pulls key insights with Google Gemini, logs to Google Sheets, and emails the result.

How to Use This Repository

This is a community-contributed repository for n8n. To use these workflows:

  1. Clone the repository to your local machine:
    git clone https://github.com/mirza-shafi/AI_Agent_Project_with_n8n
  2. Explore the repository for .json or documentation files.
  3. Follow the repository's internal README for specific setup instructions.