Skip to main content

Analyze high-priority tenders from Airtable to Slack for Go/No-Go approval

Workflow preview

Workflow preview
100%
Analyze high-priority tenders from Airtable to Slack for Go/No-Go approval preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Description Streamline management decision making by automatically evaluating high priority tenders, generating AI powered executive summaries, and routing them for approval inside Slack. T...

Best for

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

Tools used

n8n-nodes-base.scheduletrigger, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.memorybufferwindow, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.set, n8n-nodes-base.if, n8n-nodes-base.airtable

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Analyze high-priority tenders from Airtable to Slack for Go/No-Go approval
Workflow name
Analyze high-priority tenders from Airtable to Slack for Go/No-Go approval

πŸ“Š Description

Streamline management decision-making by automatically evaluating high-priority tenders, generating AI-powered executive summaries, and routing them for approval inside Slack. πŸ€–πŸ“© This workflow pulls pending tenders from Airtable, uses GPT-4o-mini to evaluate urgency, business opportunity, and risk, and generates a structured summary with a Go/No-Go recommendation. Tenders that qualify are pushed to Slack with interactive approval buttons, and the final decision instantly updates Airtable and triggers a confirmation email to your bid team. Perfect for fast-moving procurement, bidding, and sales teams that require structured, high-quality tender assessments. πŸ“Šβš‘

πŸ” What This Template Does

1️⃣ Runs daily via Schedule Trigger to fetch high-priority pending tenders from Airtable. ⏰ 2️⃣ Sends each tender to the AI agent for evaluation (urgency, risk, opportunity). πŸ€– 3️⃣ Generates structured JSON output: β€” urgency β€” priorityScore β€” executive summary β€” Go/No-Go recommendation β€” reasoning 4️⃣ Formats AI output for Slack review and Airtable updates. πŸ“ 5️⃣ Checks if tender qualifies as β€œHigh urgency + High score + Go.” 🚦 6️⃣ Sends interactive Slack message with Approve/Reject buttons. πŸ’¬ 7️⃣ If approved β†’ updates Airtable status to Approved and sends Gmail confirmation. πŸ“§ 8️⃣ If rejected or low-score β†’ updates Airtable status accordingly. ✏️ 9️⃣ If no priority tenders exist β†’ sends fallback Slack notification. πŸ“­

⭐ Key Benefits

βœ… Eliminates manual tender review and scoring βœ… AI creates consistent, executive-ready summaries βœ… Fast approval flow inside Slack with built-in decision logging βœ… Clear Go/No-Go framework for quality tender selection βœ… Updates Airtable automatically with final decision βœ… Sends email confirmation for approved tenders β€” ensuring next steps start immediately

🧩 Features

Daily Airtable lookup for high-priority tenders GPT-4o-mini AI scoring & structured evaluation Automatic Go/No-Go decision logic Slack interactive approval (Approve / Reject) Auto-update to Airtable (Status = Approved / Pending) Gmail confirmation email to the bid team JSON output parser for reliable AI formatting Tender link embedding for quick access

πŸ” Requirements

Airtable Personal Access Token OpenAI API key (GPT-4o-mini) Slack API credentials Gmail OAuth2 credentials Airtable table with tender fields (Priority, Status, Summary, Dates, etc.)

🎯 Target Audience

Procurement teams evaluating multiple tenders Management teams needing fast approval workflows Business development & bidding teams Companies tracking tenders in Airtable Organizations adopting AI-assisted decision processes

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 - Schedule Trigger

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

Block 2 - Parse AI Output (Structured JSON)

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 3 - AI Model: GPT-4 Priority Engine

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 4 - AI Memory: Priority Context

Type / Role
@n8n/n8n-nodes-langchain.memoryBufferWindow - memoryBufferWindow
Config choices
Version 1.3

Block 5 - AI Agent OpenAI β€” RFP Summary + Scoring with JSON output

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.1

Block 6 - Format Data From AI Agent

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

Block 7 - Check Priority

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

Block 8 - Update Pending Status

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 9 - Fetch Pending Record From Airtable

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 10 - Send Tender Details and wait for response

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

Block 11 - Send Message

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

Block 12 - Check Approved

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

Block 13 - Update Approved Status

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 14 - Sticky Note

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

Block 15 - Sticky Note1

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

Block 16 - Sticky Note2

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

Block 17 - Sticky Note3

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

Block 18 - Sticky Note4

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

Block 19 - Send Confirmation Mail

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

Block 20 - Sticky Note5

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

Block 21 - Error Handler Trigger

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

Block 22 - Slack: Send Error Alert

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

Block 23 - Sticky Note7

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

3. Summary Table

Workflow Analyze high-priority tenders from Airtable to Slack for Go/No-Go approval
Complexity advanced
Nodes 23
Categories CRM, AI Summarization
Author Rahul Joshi
Published 05 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11526/11526.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 Analyze high-priority tenders from Airtable to Slack for Go/No-Go approval do?

Description Streamline management decision making by automatically evaluating high priority tenders, generating AI powered executive summaries, and routing them for approval inside Slack. T...

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 CRM, AI Summarization use case.