AI Image Analysis & Instant Telegram Delivery
detail.loadingPreview
This workflow automates the process of analyzing images submitted via a web form. It leverages OpenAI's powerful Vision AI to interpret the image content and then instantly delivers the detailed analysis report to a designated Telegram chat, ensuring rapid insights.
About This Workflow
Unlock the power of visual intelligence with this efficient workflow. It activates when an image is uploaded through a custom, user-friendly web form. The submitted image is then automatically processed by OpenAI's cutting-edge GPT-4o-mini Vision AI, which performs a detailed analysis, extracting crucial information and context. Finally, the comprehensive AI-generated report is delivered in real-time to a pre-configured Telegram chat. This solution is ideal for scenarios requiring quick visual data processing, such as automated content verification, receipt parsing, or instant object recognition, all without any manual intervention. Streamline your image-based data processing and notification system effortlessly.
Key Features
- User-Friendly Image Submission: Collect images easily via a custom n8n web form.
- Advanced AI Image Analysis: Leverage OpenAI's GPT-4o-mini Vision AI for detailed content interpretation.
- Instant Telegram Delivery: Automatically send AI analysis results directly to a specified Telegram chat.
- Fully Automated Workflow: Enjoy a hands-free process from image submission to insight delivery.
- Flexible & Scalable: Easily adapt for various image-based tasks and integrate with your existing tools.
How To Use
- Form Submission Trigger: The 'On form submission' node is pre-configured with a simple form titled 'ANALYZE IMAGE' and a 'file' upload field named 'upload here'. You can customize the form's title and description as needed.
- OpenAI Vision Analysis: In the 'OpenAI' node, ensure your OpenAI API credentials are connected. The 'Resource' is set to 'image' and 'Operation' to 'analyze'. The 'Binary Property Name' should accurately reflect the name of your file upload field from the form trigger, which is 'upload_here' in this template.
- Set Telegram Chat ID: Update the 'Set your Telegram Chat ID' node by replacing the placeholder value (60277172761) with your actual Telegram Chat ID. This ensures the analysis reaches the correct destination.
- Telegram Delivery Node: Connect your Telegram Bot Token in the credentials. The 'Text' field is configured to dynamically pull the analysis content from the OpenAI node (
{{ $('OpenAI').item.json.content }}), and the 'Chat ID' is set to use the value from the previous 'Set' node ({{ $json['telegram chat id '] }}). - Testing: After activating the workflow, open the URL generated by the 'On form submission' node. Upload an image and submit the form. Confirm that the AI analysis is delivered to your designated Telegram chat.
Apps Used
Workflow JSON
{
"id": "f2b238a4-fde6-4855-96d8-4534a1154fe5",
"name": "AI Image Analysis & Instant Telegram Delivery",
"nodes": 18,
"category": "Operations",
"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: f2b238a4-fde6...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Related Workflows
Discover more workflows you might like
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
Google Sheets to Icypeas: Automated Bulk Domain Scanning
This workflow streamlines the process of performing bulk domain scans by integrating your Google Sheets data directly with the Icypeas platform. Automate the submission of company names from your spreadsheet to Icypeas for comprehensive domain information, saving valuable time and effort.
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.