Skip to main content

Generate tender eligibility summaries and bid checklists with Gemini and Google Sheets

Workflow preview

Workflow preview
100%
Generate tender eligibility summaries and bid checklists with Gemini and Google Sheets preview
Open on n8n.io

1. Workflow Overview

Quick overview This scheduled workflow ingests tender records, checks Google Sheets and Supabase for duplicates, uses Google Gemini to generate an eligibility summary, match score, and bid checklis...

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.googlesheets, n8n-nodes-base.supabase, n8n-nodes-base.merge, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.googlegemini

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.

Original n8n.io source

1.1 Workflow description

Title
Generate tender eligibility summaries and bid checklists with Gemini and Google Sheets
Workflow name
Generate tender eligibility summaries and bid checklists with Gemini and Google Sheets

Quick overview

This scheduled workflow ingests tender records, checks Google Sheets and Supabase for duplicates, uses Google Gemini to generate an eligibility summary, match score, and bid checklist, then stores the tender and checklist data and alerts the team via Slack and Gmail.

How it works

  1. Runs on a schedule and loads a tender dataset into a normalized list of tender records.
  2. Enriches each tender with a duplicate key and default status fields, then looks up existing records in Google Sheets and Supabase.
  3. Consolidates the lookup results and continues only when the tender does not already exist in either storage system.
  4. Sends the tender details to Google Gemini to generate a JSON response with eligibility requirements, a bid-prep summary, a match score, and checklist tasks.
  5. Stores the combined tender source data and AI analysis in a Google Sheets “Tender Master” sheet and a Supabase tenders table.
  6. Expands the AI checklist items into individual tasks and saves them to a Google Sheets “Bid Checklist” sheet and a Supabase tender_checklists table.
  7. Composes a formatted tender alert and sends it to a Slack channel and to a Gmail recipient.

Setup

  1. Connect credentials for Google Sheets, Supabase, Google Gemini (PaLM API), Slack, and Gmail in your n8n account.
  2. Create (or update) the Google Sheets spreadsheet with “Tender Master” and “Bid Checklist” sheets and ensure the columns used in the workflow exist (including duplicate_key).
  3. Create Supabase tables tenders and tender_checklists with matching fields (including duplicate_key in tenders) and update the table names if yours differ.
  4. Update the Google Sheets document ID/sheet references, Supabase project settings, Slack channel, and the Gmail “sendTo” address to match your environment.
  5. Replace the dummy tender dataset step with your real tender source (API, scraping, or database) while keeping the same output field structure.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Trigger Tender Monitoring Schedule

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.3

Block 2 - Seed Dummy Tender Dataset

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Normalize Tender Records

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 4 - Enrich Tender Metadata

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 5 - Lookup Tender in Google Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 6 - Lookup Tender in Supabase

Type / Role
n8n-nodes-base.supabase - supabase
Config choices
Version 1

Block 7 - Consolidate Duplicate Check Results

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 8 - Filter New Tender Records

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 9 - Build AI Tender Analysis Payload

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 10 - Generate Tender Eligibility and Bid Checklist

Type / Role
@n8n/n8n-nodes-langchain.googleGemini - googleGemini
Config choices
Version 1.1

Block 11 - Parse AI Tender Analysis Response

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 12 - Combine Tender Source and AI Analysis

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 13 - Create Tender Master Row in Google Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 14 - Create Tender Master Record in Supabase

Type / Role
n8n-nodes-base.supabase - supabase
Config choices
Version 1

Block 15 - Flatten Bid Checklist Line Items

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 16 - Create Checklist Rows in Google Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 17 - Create Checklist Rows in Supabase

Type / Role
n8n-nodes-base.supabase - supabase
Config choices
Version 1

Block 18 - Compose Tender Alert Message

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 19 - Send Tender Alert to Slack

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.4

Block 20 - Send Tender Alert by Email

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.2

Block 21 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Showing the first 24 of 27 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Generate tender eligibility summaries and bid checklists with Gemini and Google Sheets
Complexity advanced
Nodes 27
Categories Market Research, AI Summarization
Author WeblineIndia
Published 08 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16177/16177.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Generate tender eligibility summaries and bid checklists with Gemini and Google Sheets do?

Quick overview This scheduled workflow ingests tender records, checks Google Sheets and Supabase for duplicates, uses Google Gemini to generate an eligibility summary, match score, and bid checklis...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, AI Summarization use case.