Workflow Credentials AI Query
detail.loadingPreview
Query n8n workflow credentials using an AI SQL agent.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow allows you to query the credentials used by your n8n workflows through an AI-powered SQL agent. It first stores workflow and credential mappings in a local SQLite database and then uses an AI model to interpret natural language queries into SQL statements to retrieve information about which workflows use specific credentials.
Key Features
- Stores workflow and credential mappings in a local SQLite database.
- Utilizes an AI agent to process natural language queries.
- Generates SQL queries dynamically to retrieve credential information.
- Provides a user-friendly interface for querying workflow credentials.
How To Use
- Populate the Database: Run the first part of the workflow (nodes
When clicking "Test workflow"toSave to Database) to populate the localn8n_workflow_credentials.dbwith your workflow credential mappings. This step requires an n8n API key configured in then8nnode. - Query with AI Agent: Use the
Workflow Credentials Helper Agentnode. Ask questions in natural language, such as:- "Which workflows are using Slack and Google Calendar?"
- "Show me workflows that have 'AI' in their name but don't use OpenAI."
Apps Used
Workflow JSON
{
"id": "11c14c70-50cb-4b39-aace-226c9f3f33ee",
"name": "Workflow Credentials AI Query",
"nodes": 0,
"category": "Automation Tools",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 11c14c70-50cb...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Smart Expense Tracking with Telegram & AI
Automate your personal finance management by turning your Telegram chat into an intelligent expense tracker. Simply send a photo of a receipt or a text message, and this workflow uses AI to categorize your spending, extract crucial details, and provide instant summaries.
AI-Powered WordPress Blog Automation for SEO Content
Automate your WordPress blog content creation from start to finish with this powerful n8n workflow. Leverage AI to generate SEO-optimized blog posts, complete with engaging text and unique images, ready for publication.
On-Demand Microsoft SQL Query Execution
This workflow allows you to manually trigger and execute any SQL query against your Microsoft SQL Server database. Perfect for ad-hoc data lookups, administrative tasks, or quick tests, giving you direct control over your database operations.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.
Automated Multi-Platform Social Media Publisher
Streamline your social media content creation and publishing with this n8n workflow. Simply fill out a web form with your caption, media (image or video), and target platforms, and let n8n automate the posting process across multiple social networks.