AI Workflows
Artificial Intelligence tools and workflows
Automated Recruitment: Slack, DocuSign, Trello & Gmail
Automates post-interview feedback collection, candidate decisions, personalized emails, DocuSign offers, Trello onboarding, and weekly metrics reporting.
n8n$24.99Add Text to a Downloaded Image
The provided text appears to be a placeholder or reference to an image and does not contain any descriptive text to correct. Please provide the text you need corrected.
n8n$3.99Automate ProductHunt Data Extraction and Analysis with Bright Data and Google Gemini
Streamline the process of extracting and analyzing ProductHunt data using Bright Data's MCP and Google Gemini AI for deeper insights and efficient product discovery.
n8n$14.99Automate ManyChat Bot Responses with Google Sheets Data
This workflow automates the process of receiving data from a ManyChat bot, searching through a Google Sheet, and responding with a dynamic gallery. It enhances user interaction by providing tailored responses based on Google Sheets data.
Make$3.99Answer Questions About Documentation with BigQuery, RAG, and OpenAI
# BigQuery RAG with OpenAI Embeddings This workflow demonstrates how to use **Retrieval-Augmented Generation (RAG)** with **BigQuery** and **OpenAI**. By default, you cannot directly use OpenAI Cloud Models within BigQuery. ### Try it This template comes with access to a **public BigQuery table** that stores part of the n8n documentation (about nodes and triggers), allowing you to try the workflow right away: [`n8n-docs-rag.n8n_docs.n8n_docs_embeddings`](https://console.cloud.google.com/bigquery?ws=!1m5!1m4!4m3!1sn8n-docs-rag!2sn8n_docs!3sn8n_docs_embeddings) **Important:** BigQuery uses the *requester pays* model. The table is small (~40 MB), and BigQuery provides **1 TB of free processing per month**. Running 3-4 queries for testing should remain within the free tier, unless your project has already consumed its quota. More info here: [BigQuery Pricing](https://cloud.google.com/bigquery/pricing?hl=en) ## Why this workflow? Many organizations already use BigQuery to store enterprise data, and OpenAI for LLM use cases. When it comes to RAG, the common approach is to rely on dedicated vector databases such as **Qdrant**, **Pinecone**, **Weaviate**, or PostgreSQL with **pgvector**. Those are good choices, but in cases where an organization already uses and is familiar with BigQuery, it can be more efficient to leverage its built-in vector capabilities for RAG. Then comes the question of the LLM. If OpenAI is the chosen provider, teams are often frustrated that it is not directly compatible with BigQuery. This workflow solves that limitation. ## Prerequisites To use this workflow, you will need: * A good understanding of BigQuery and its vector capabilities * A BigQuery table containing documents and an embeddings column * The embeddings column must be of type **FLOAT** and mode **REPEATED** (to store arrays) * A data pipeline that **generates embeddings with the OpenAI API** and stores them in BigQuery This template comes with a public table that stores part of the **n8n documentation** (about nodes and triggers), so you can try it out: `n8n-docs-rag.n8n_docs.n8n_docs_embeddings` ## How it works The system consists of two workflows: * **Main workflow** – Hosts the AI Agent, which connects to a subworkflow for RAG * **Subworkflow** – Queries the BigQuery vector table. The retrieved documents are then used by the AI Agent to generate an answer for the user.
n8n$14.99Automate Airtable Record Searches and Task Execution with Browse AI
Efficiently search Airtable records and automate task execution using Browse AI. Enhance data processing and task management through seamless integration.
Make$2.99Automate Text Analysis with Google Natural Language and Store Results in Google Sheets
This workflow automates the process of analyzing texts using Google Natural Language and storing the results in Google Sheets. It streamlines data analysis by extracting entities and saving them in a structured format.
Make$3.99AI-Driven Telegram Image Aggregation Workflow
This workflow utilizes AI technology to streamline image processing and communication via Telegram. By integrating multiple nodes, it allows users to automatically trigger actions based on incoming messages. The workflow begins with a Telegram tri...
n8n$18.01Automate Children's Storytelling on Telegram with OpenAI
Harness the power of AI to create and share captivating children's stories on Telegram, enhancing creativity and engagement.
n8n$9.99Automate Twitter Mentions Logging to Notion with N8N
The 'Log Twitter Mentions in Notion' workflow automates the process of capturing and organizing Twitter mentions into your Notion database. By utilizing N8N's powerful automation capabilities, this workflow ensures that every mention is recorded s...
n8n$10.93Automate Chinese Translation via LINE and OpenRouter
This workflow provides seamless Chinese translation services within the LINE messaging platform, converting text and images into pinyin and English using OpenRouter.ai.
n8n$14.99Transform eBay Metadata API for AI Integration with MCP Server
Set up an MCP server to expose eBay's Metadata API operations, enabling seamless integration with AI agents.
n8n$9.99Automate Real-Time AI Responses via Webhook and HTTP with ChatGPT
Seamlessly integrate real-time AI-driven responses by sending data to ChatGPT through a webhook and HTTP, and receive processed responses back via a webhook.
Make$4.99Integrate Webhook with ChatGPT and Execute HTTP Post Action
Seamlessly integrate a custom webhook with ChatGPT to process data and execute an HTTP POST request for enhanced automation.
Make$3.99Automate Airtable Record Management with Perplexity AI Insights
Streamline your Airtable data management by automating record searches and updates using insights from Perplexity AI. This workflow enhances efficiency by integrating AI-driven insights into your data processes.
Make$3.99Automate Company ICP Scoring with Explorium Data and Claude AI Analysis
# ICP Scoring Agent (n8n + Explorium + LLM) This workflow automates Ideal Customer Profile (ICP) scoring for any company using a combination of Explorium data and an LLM-driven evaluation framework. --- ## How It Works 1. **Input**: Company name is submitted via form. 2. **Data Enrichment**: Explorium's MCP Server is used to fetch firmographic, hiring, and tech data about the company. 3. **Scoring Logic**: An AI agent (LLM) applies a 3-pillar framework to assess and score the company. 4. **Output**: A structured JSON or Google Doc summary is generated using the AgentGeeks formatter. --- ## Scoring System (100 points total) | Pillar | Max Points | |-----------------------|------------| | Strategic Fit | 40 | | AI / Tech Readiness | 40 | | Engagement & Reachability | 20 | ### Scoring Criteria - **Strategic Fit**: Industry, size, use case, buyer roles - **Tech Readiness**: AI maturity, hiring trends, stack visibility - **Reachability**: Geography, contactability, data quality --- ## Verdict Scale - **90-100**: Ideal ICP - **70-89**: Good Fit - **40-69**: Medium Fit - **< 40**: Poor Fit --- ## Workflow Components - **Trigger**: Form submission via webhook - **MCP Client**: Pulls enriched company data via Explorium's MCP API - **AI Agent**: Uses Anthropic Claude (or other LLM) to calculate scores - **Output**: Results are posted to a structured endpoint (e.g., Google Doc or JSON API) --- ## Dependencies - [n8n](https://n8n.io/) (self-hosted or cloud) - Explorium MCP credentials and access - LLM API (e.g., Anthropic Claude, OpenAI, etc.) - Optional: AgentGeeks formatter or similar doc generator --- ## Use Case This ICP scoring system is designed for GM and sales teams to: - Automate lead prioritization - Qualify accounts before outbounding - Sync ICP data into CRMs, routing systems, or reporting layers --- ## Example Output in Google Doc ```json { "company": "Acme Inc.", "score": 87, "verdict": "Good Fit", "pillars": { "strategic_fit": 35, "tech_readiness": 37, "reachability": 15 }, "summary": "Acme Inc. is a mid-sized SaaS company with strong AI hiring activity and a buyer profile aligned to enterprise IT. Moderate reachability via firmographic signals." } ```
n8n$4.99Automated Task Reminders & Daily Recaps: Sheets + Slack
Transforms Google Sheets into a task tracker with automated Slack reminders for due/overdue tasks every 15 minutes and daily recaps at 6 PM. Prevents spam with duplicate protection for seamless productivity.
n8n$12.99Automate Translation of Google Slides from Chinese to English Using AI
This workflow automates the translation of Google Slides presentations from Chinese to English using AI. It retrieves presentations from Google Drive, extracts text, translates it, and updates the slides with the translated content.
n8n$9.99Automate 20-Song Playlist Creation with AI and Google Drive Integration
Streamline your music production by automatically generating 20-song playlists using AI and storing them in Google Drive. This workflow leverages AI for song ideation, lyrics writing, and audio production, all initiated through a Telegram bot interface.
n8n$24.99Process Voice Notes to AI Responses with Claude, Sonnet, Nuclino, & Slack
This workflow provides a way to capture detailed AI prompts using a voice note transcription service and then passes them on for completion to an AI agent. To preserve outputs in a knowledge management system, the AI response and the prompt are combined into one document that is created in a Nuclino collection (note: the Nuclino step is configured manually with an HTTP request node). ### How it works - A webhook receives voice note data from Voicenotes.com containing the title and transcript. - The transcript is extracted and sent to an AI Agent powered by OpenRouters' Claude Sonnet model. - The AI generates a structured response in markdown format with Summary, Prompt, and Response sections. - The original prompt and AI response are merged and prepared for multiple outputs. - A Nuclino document is created via HTTP Request with the structured content. - A Slack notification is sent with the prompt, response, and Nuclino note URL. - Both the original prompt and AI response are archived in NocoDB for future reference. ### How to use - The webhook trigger can be configured to receive data from Voicenotes.com or any service that provides title and transcript data. - Replace the manual trigger with webhook, form, or other triggers as needed. - Customize the AI system message to change response format and behavior. - Configure Nuclino workspace and collection IDs for proper document organization. ### Requirements - **OpenRouter account** for AI model access (Claude Sonnet). - **Nuclino account** and API token for document creation. - **Slack workspace** with bot permissions for notifications. - **NocoDB instance** for archiving (optional). - **Voicenotes.com account** for voice input (or alternative webhook source). ### Customizing this workflow - **AI Models**: Switch between different OpenRouter models by changing the model parameter. - **Response Format**: Modify the AI Agent system message to change output structure. - **Documentation Platforms**: Replace Nuclino HTTP Request with other documentation APIs. - **Notification Channels**: Add multiple Slack channels or other notification services. - **Archive Storage**: Replace NocoDB with other database solutions. - **Input Sources**: Adapt webhook to accept data from different voice note or transcription services. ### Nuclino API The Nuclino API is documented [here](https://www.nuclino.com/api).
n8n$14.99Automate Voice Notifications with Anthropic Claude and Eleven Labs
Generate a message using Anthropic Claude, convert it to speech with Eleven Labs, and send it via HTTP. Ideal for creating automated voice notifications.
Make$3.99Translate Gmail Emails with DeepL and Notify via Slack
Automatically translate incoming Gmail emails using DeepL and send the translated messages to a specified Slack channel.
Make$3.99Translate Telegram Messages Automatically Using Google Translate
Automatically translate messages sent to a specified Telegram bot using Google Translate and receive the translated text back in Telegram. Supports any language available in Google Translate, with the target language set in your Make scenario.
Make$4.99AI-Powered Daily Gratitude Reminder Bot for LINE
Sends personalized AI-generated gratitude reminders every evening at 9 PM via LINE using Azure OpenAI to promote mental wellness and reflection.
n8n$12.99
Related categories
Custom AI Systems & Services
Our team of experienced AI builders will help build custom AI systems, workflows, and solutions.
Request Custom Work