Skip to content
FlowHubFluxonLab
A
AI Automationfree

Assign Requests Using AI and Send Reminders Based On NocoDB Kanban Board Status

by Łukaszadapted from n8n official workflow galleryUpdated Aug 2026
RequiresAAI AgentNocoDBNocoDBOpenAI Chat ModelOpenAI Chat ModelSend EmailSend EmailSlackStructured Output ParserStructured Output Parser
Share Post Share
FoIncident FormAgAssign CategoryOpenAI Chat Model1OpenAI Chat Mod…OPStructure Output Todoist Ready1Structure Outpu…NDGet incident definitionsGet incident de…NDInsert IncidentAgAggregate for AI parsingAggregate for A…NOOn schedule or during flowOn schedule or …MaWhen clicking ‘Test workflow’When clicking ‘…IfTask is not picked up after expected responseTask is not pic…ESSend email to clientSend email to c…ScCheck status every dayCheck status ev…ESSend email to asigneeSend email to a…NDGet Unpicked TasksGet Unpicked Ta…NDGet Unfinished TasksGet Unfinished …IfTask is not complete in expected timeTask is not com…ESSend email to client1Send email to c…IfIf there is asignee emailIf there is asi…IfIf there is assignee slackIf there is ass…Slack to assigneeSlack to assign…ESSend another email to asigneeSend another em…SeFormat for Noco123456789101112131415161718192021
1/5
STEPS · 21
Starts on an incoming request

Who is it for? This is automation for support project manager, which helps not only to keep developres informed but also automatically keep clients in the loop - especially useful if you are managing SLA-like agreement. It is actually simple incident management board using free Kanban board, that is extended in functionality via N8N. How It Works? Script has two entry points. The first one is incident form. When incident details are provided, automation gets incident definitions from database and pushes both information to AI. AI comparse definitions with client request, refines incident priority and pushed it in NocoDB database. Second is schedule trigger, which is responsible for regular notificaitons on task status. If task is not picked up or delivered in proper time, then emails or slack messages are being sent both to client and responsible developer. How to set up? Clone automation Create (samples below) two NocoDB tables: one with definitions and second that servers as Kanban board (mind column naming!)

Tags

n8nreference-onlyagentemail-sendlm-chat-open-ainoco-dboutput-parser-structuredslack
Connects
AAI AgentnocodbNocoDBopenaichatmodelOpenAI Chat ModelsendemailSend EmailSlackstructuredoutputparserStructured Output Parser
CategoryAI Automation
Triggermanual
Complexityadvanced
Nodes22
AddedApr 29, 2025

Related workflows

See all AI Automation
ACWopenaichatmodel
free

Manage Google and Trustpilot reviews with OpenAI and Slack

Quick overview This workflow runs hourly to fetch new Google Business Profile and Trustpilot reviews, deduplicates them, uses OpenAI via a LangChain agent to draft sentiment-aware replies, escalates negative reviews in Slack, and routes positive replies to Slack for approval before posting the reply back to Trustpilot. How it works Runs every hour on a schedule. Fetches the latest reviews from the Google Business Profile API and the Trustpilot API and combines the results. Deduplicates reviews by tracking previously seen review IDs in workflow static data and stops if there are no new reviews. Processes each new review and uses OpenAI (via a LangChain agent) to generate structured JSON containing sentiment, a draft reply, and an optional suggested resolution. Sends negative reviews to a Slack channel for the owner along with the suggested resolution. Sends positive draft replies to Slack for one-tap approval (with a 24-hour timeout) and, if approved, publishes the reply to the Trustpilot API. Sends a Slack alert to the ops channel if the workflow errors. Setup Configure authentication and replace placeholders for the Google Business Profile reviews endpoint (account and location) i

by Redowan Ahmed Farhan
AWopenaichatmodel
free

Create AI product video ad Shorts from Telegram photos with OpenAI and AtlasCloud

Quick overview This workflow takes a product photo sent via Telegram, uses OpenAI Vision to describe it and OpenAI to write a short-form video ad prompt, generates a vertical video via AtlasCloud, then (after two approvals in Telegram) publishes the Short to YouTube via Blotato. How it works Triggers when a user sends a product photo (optionally with a caption/campaign) to a Telegram bot. Downloads the image from Telegram and uses OpenAI Vision to extract an advertising-focused product description. Uses OpenAI to generate a single cinematic text-to-video prompt plus a YouTube Shorts title and description. Sends the proposed prompt to Telegram and waits for your approval before proceeding. If approved, requests video generation from AtlasCloud and polls the render status until the video is completed. Sends the generated video back to Telegram for preview and waits for a second approval to publish. If approved, publishes the video to YouTube as an unlisted Short via Blotato and notifies you in Telegram (otherwise it stops and sends a decline message). Setup Create and connect a Telegram bot credential, then start a chat with the bot so it can receive photos and send approval prompts.

by Dr. Firas
AopenaichatmodelserpapigooglesearchS
free

Slack chatbot powered by AI

This workflow offers an effective way to handle a chatbot's functionality, making use of multiple tools for information retrieval, conversation context storage, and message sending. It's a setup tailored for a Slack environment, aiming to offer an interactive, AI-driven chatbot experience. Note that to use this template, you need to be on n8n version 1.19.4 or later.

by n8n Team