
Closed
Posted
Paid on delivery
I need a complete n8n workflow that runs from the moment a new saree image lands in my Google Drive to the instant a promotional broadcast reaches customers on WhatsApp. Source & trigger • Watch a specific Google Drive folder for every new image drop. The design should stay flexible enough to swap in Amazon S3 later without ripping the flow apart. Image generation • Pass each source photo to ChatGPT image model 2 and return four views—front, side, walk, and close-up—while preserving fabric colours, motifs, drape and border details with pixel-level accuracy. • If any frame fails validation (missing pattern, wrong trim), loop once for a clean retry, then log and flag. Shopify upload • Create or update the product, attach the four AI-generated assets, assign SKU, price, tags, and the right collection automatically. • Capture the Shopify product URL and push it forward in the workflow. WhatsApp broadcast • Use Aisensi as the primary API to send a rich-media campaign that includes the product link and images. Keep the node structure abstracted so I can later flip to Twilio, WATI, or Gupshup with minimal refactor. • Segment recipients by previous purchase behaviour pulled from Shopify metafields. Reliability & observability • Every critical node must carry retry logic, error-handled exits, and console + webhook logging. • Write key metrics (items processed, failures, broadcast delivery stats) to a Google Sheet and a Slack channel. Deliverables - Exported n8n workflow (.json) ready to import - Setup notes covering Google Drive auth, ChatGPT image model 2 credentials, Shopify keys, Aisensi token - Quick-start video or screenshots proving a successful end-to-end run - One revision round after initial hand-off to fine-tune edge cases Acceptance criteria 1. Drop a sample image into Drive → four AI outputs appear on Shopify within 5 minutes. 2. WhatsApp broadcast reaches at least one test number with the correct product link and images. 3. Logs show zero unhandled errors after three consecutive test cycles. The build must be modular, cleanly commented, and scalable enough to parallel-process future product lines beyond sarees. If you have already delivered a full n8n + API stack before, this should feel right up your alley.
Project ID: 40419903
65 proposals
Remote project
Active 7 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
65 freelancers are bidding on average ₹22,415 INR for this job

I have read through your requirements for the saree automation flow. Building a workflow like this requires more than just connecting nodes. It needs a modular structure so you can swap S3 or different WhatsApp providers without rebuilding the entire logic from scratch. I focus on creating stable systems that handle errors gracefully rather than just straight-line scripts. My plan for your project: - I will build the Google Drive logic using a generic intake node. This makes moving to Amazon S3 later a simple five-minute swap. - For the AI image step, I will set up specific validation checks. If the front or side view does not meet your quality bar, the flow will automatically retry once before alerting you. - The Shopify integration will handle the heavy lifting of SKU and collection mapping. I will ensure the product URL is passed through as a variable for the next steps. - I will abstract the WhatsApp node. While we will start with Aisensi, the data structure will be prepared to work with Twilio or WATI just by changing the final API call. - I will include a global error handler. If any step fails, you will get a notification in Slack and a log entry in your Google Sheet. Portfolio reference: https://www.freelancer.com/portfolio-items/11349812-web-scraping-automation Quick questions: 1. Do you already have the ChatGPT image model 2 API keys and Shopify private app credentials ready? Open a chat and we can discuss the logic for the customer segmentation. ~ Rajesh
₹25,000 INR in 15 days
9.4
9.4

With expertise in n8n workflows and AI image processing, I understand your need for a seamless workflow from Google Drive to WhatsApp broadcast. My past projects involved integrating AI models for image processing and automating workflows efficiently. One question: Are there specific design elements or validation criteria I should consider when processing the images with ChatGPT? Regards, Yogesh Kumar
₹21,310 INR in 6 days
8.5
8.5

Automating your saree promotional flow from Google Drive image uploads to WhatsApp broadcasts requires a robust n8n architecture that handles API triggers efficiently. I have extensive experience building custom automation workflows and integrating APIs, which is exactly what you need to ensure this system scales seamlessly even if you decide to move your storage to Amazon S3 later. My 15-year background in web development, combined with my proficiency in JavaScript and PHP, allows me to handle the complex data mapping required for Shopify and WhatsApp API integrations. I specialize in building custom solutions that go beyond simple plug-and-play tools, ensuring your workflow is reliable, secure, and tailored to your specific business logic. I have set a bid of $22,467.29 for this implementation, with a delivery timeline of 1 day to get your automation live and tested. Reach out via message so we can finalize the architectural details and get this workflow running for you immediately.
₹22,467.29 INR in 1 day
8.1
8.1

Hi, I’m an experienced n8n developer with strong API integration skills (Google Drive, Shopify, WhatsApp, AI models). I can build your end-to-end automated workflow: image trigger → AI generation with validation/retry → Shopify product creation → WhatsApp broadcast via Aisensi with modular switching. I’ll ensure proper error handling, logging (Sheets + Slack), and scalable architecture. I’ve built similar automation pipelines before. I can start immediately and deliver a clean, documented workflow with demo proof. Regards Harsh
₹25,000 INR in 7 days
8.2
8.2

Hello, I’m excited to build a robust, end-to-end n8n automation that transforms your saree images into live Shopify products and WhatsApp campaigns within minutes. I specialize in scalable workflow automation with strong reliability and clean architecture. What I’ll Deliver: • Complete n8n workflow (Drive → AI → Shopify → WhatsApp) • Google Drive trigger (modular to swap with S3 later) • ChatGPT image model integration generating 4 views (front, side, walk, close-up) • Validation + retry loop for image accuracy (patterns, borders, colors) • Shopify auto product creation/update (SKU, tags, collections, media) • WhatsApp broadcast via Aisensi with flexible API abstraction • Customer segmentation via Shopify metafields • Logging to Google Sheets + Slack (metrics, failures, delivery stats) • Retry logic + error handling across all critical nodes Why choose me? • Proven experience with n8n, APIs, and automation pipelines • Strong focus on reliability, observability, and clean workflows • Scalable design for future product lines and integrations • Clear communication and fast iteration I’m ready to build a seamless, high-performance pipeline that runs flawlessly from image upload to customer outreach. Best regards,
₹25,000 INR in 7 days
8.4
8.4

Your ChatGPT image model 2 integration will fail in production if you don't implement proper prompt engineering and validation checkpoints. I've seen three similar workflows collapse because the AI generated images with incorrect drape physics or missing border patterns, and the team had no fallback logic to catch it before Shopify upload. Before architecting the solution, I need clarity on two things. First - what's your current Shopify API rate limit tier, because batch-uploading four images per product will hit throttling at scale if you're on the basic plan. Second - does Aisensi support message templates with dynamic media URLs, or do we need to pre-upload assets to their CDN before broadcast? Here's the architectural approach: - N8N WORKFLOW DESIGN: Build event-driven nodes with Google Drive webhook triggers, implement exponential backoff on ChatGPT calls to handle rate limits, and use switch nodes to route between Aisensi/Twilio/WATI without rewriting logic. - CHATGPT IMAGE MODEL 2: Structure prompts with explicit constraints for fabric texture preservation, implement a validation layer using OpenAI vision API to verify drape accuracy before Shopify push, and log failed generations with the original image hash for manual review. - SHOPIFY API INTEGRATION: Use GraphQL bulk operations to upload four images in a single mutation instead of four REST calls, set product status to draft until all assets pass validation, and store the workflow run ID in product metafields for traceability. - AISENSI + WHATSAPP: Implement message queuing with 1-second delays between sends to avoid spam blocks, segment audiences using Shopify customer tags pulled via REST admin API, and build webhook listeners to capture delivery receipts and update the Google Sheet in real time. - ERROR HANDLING: Wrap every external API call in try-catch blocks with Slack alerts on failure, write structured logs to Google Sheets with timestamps and error codes, and implement a dead-letter queue for messages that fail after three retries. I've built 8 n8n automation stacks for e-commerce clients processing 500+ SKUs daily. I don't take on projects where the image validation criteria are vague - let's schedule a 15-minute call to define pixel-level accuracy thresholds and discuss what happens when ChatGPT hallucinates incorrect fabric patterns.
₹22,500 INR in 7 days
7.2
7.2

Hi there, I have read your project requirement. You need custom AI agents built within your self-hosted n8n setup that can automate data workflows, act as AI-driven customer support, and execute multi-step tasks with real integrations and structured outputs. We can design and implement robust n8n workflows using native nodes plus custom nodes where needed—integrating APIs, databases, Google Sheets, and CRMs. The agents will include decision logic (LLM-driven where appropriate), execution steps, error handling, and logging so every run is traceable. Each workflow will be modular, documented, and optimized for reliability and scalability within your environment. A few questions to align the implementation: ==================================== Which LLM provider are you currently using (OpenAI, Anthropic, local models)? What are the primary use cases to prioritize (support automation, data processing, task orchestration)? Do you need role-based access or multi-user control within n8n? What integrations are critical in Phase 1 (CRM, DB, external APIs)? Best Regards, Srashtasoft Team
₹29,000 INR in 12 days
6.4
6.4

As a full stack developer with over a decade of experience, I'm well-equipped to tackle the complex and sophisticated project at hand. My expertise in AI development and JavaScript will prove crucial in implementing n8n workflows which ensure smooth transition from your Google Drive to Shopify as desired, while my aptitude in PHP guarantees faultless integration of Aisensi API for WhatsApp promotional campaigns. Drawing on past experiences, I comprehend the importance of scalability for future-proofing your business. My practice in designing modular systems with clear documentation and logical commentaries ensures that your project is both scalable and maintainable. This means that should you decide to diversify beyond sarees or utilize different platforms like Amazon S3, Twilio or WATI, I can adeptly adapt the system with minimal friction. In addition to my technical skills, I prioritize constant improvement, as evident in my commitment to reliable automation. I understand the significance of logging errors and key metrics via console, webhooks, Google Sheets or Slack - all to provide a robust platform while also keeping you informed and empowered. My comprehensive approach not only promises successful AI-centric execution but also includes seamless integration alongside careful edge testing before delivering a final product fit to accommodate your unique business needs.
₹27,500 INR in 7 days
6.4
6.4

Hey, I’ve reviewed your project and understand you need a fully automated n8n workflow that turns new saree images from Google Drive into AI-generated product visuals, publishes them to Shopify and then triggers a WhatsApp broadcast campaign with tracking, segmentation and full observability. I will design a modular n8n pipeline starting with a Google Drive trigger (kept abstract so it can later switch to S3) that sends each image to ChatGPT image model 2 to generate four consistent views while preserving fabric details. A validation loop will retry failed outputs and log any anomalies. The workflow will then auto-create or update Shopify products with images, SKU, pricing and tags, and capture the product URL for downstream use. Next, the system will push a rich media WhatsApp broadcast via Aisensi with a clean abstraction layer so it can later switch to Twilio or WATI easily. Audience segmentation will be based on Shopify purchase history, and all steps will include retry logic, error handling and structured logging into Google Sheets and Slack for full traceability. You will receive the exported workflow, setup guide and a working end to end demo. Best regards, Muhammad Adil Portfolio: https://www.freelancer.com/u/webmasters486
₹21,000 INR in 5 days
5.8
5.8

Hi there, I will build a modular n8n workflow that watches your Google Drive folder, calls ChatGPT Image Model 2 to generate four validated views (front, side, walk, close-up), uploads or updates the Shopify product with assets and metadata, then sends an Aisensi WhatsApp broadcast , all with retry and observability baked in, and S3 swappable storage abstractions. - Exported n8n workflow (.json) with nodes: Google Drive trigger, ChatGPT Image Model 2 requests + validation loop, Shopify create/update + asset attach, Aisensi broadcast node abstraction - Setup notes, credentials checklist, and quick-start proof (video/screenshots) showing Drive → Shopify in <5 minutes; plus one revision round for edge cases - Exactly one risk/quality-control item: staged deployment with rollback plan, per-node retry logic, post-fix validation and Google Sheet + Slack logging Skills: ✅ ChatGPT image model 2 ✅ Google Drive ✅ Shopify ✅ n8n workflow ✅ API integration & retry logic ✅ Observability: Google Sheets and Slack metrics Certificates: ✅ Microsoft® Certified: MCSA | MCSE | MCT ✅ cPanel® & WHM Certified CWSA-2 I’m available to start immediately. Is this already running on a live production Drive folder with Shopify admin access for testing? Best regards,
₹14,288 INR in 1 day
5.7
5.7

Hello, With over 20 years of experience, my team specializes in building scalable automation and e-commerce solutions. We understand your requirement for an n8n, AI, Shopify, and WhatsApp automation setup. We can design and implement a system that connects these tools smoothly so your workflows run automatically without manual effort. Our experience includes working with AI-based systems, API integrations, Shopify development, and backend automation using Node.js, PHP, and Python. We focus on building stable and scalable systems that are easy to manage and expand in the future. We ensure proper integration between all components, including Shopify store actions, WhatsApp messaging, and AI-based processing, so the entire workflow functions reliably. We also provide clear communication, structured development, and full support during and after deployment to ensure everything works as expected. We can deliver the initial working setup within a defined timeline after reviewing your exact workflow requirements. Do you already have the n8n workflow planned, or would you like us to design it from scratch based on your goals? Happy to discuss and get started.
₹25,000 INR in 7 days
5.4
5.4

Hello, I will professionally build your full n8n automation workflow for end-to-end saree processing and WhatsApp marketing with precision and efficiency. With 5+ years of experience in automation, API integration, and e-commerce workflows, I focus on scalable and reliable systems. What I will handle for you: • Google Drive trigger (S3-ready structure) + AI image generation with validation/retry • Shopify auto product creation with images, SKU, tags, and collections • WhatsApp broadcast integration (Aisensi modular setup for future APIs) • Logging via Google Sheets + Slack with error handling and monitoring I am ready to start immediately and deliver a fully automated, production-ready workflow. Monica Bhatia
₹12,500 INR in 2 days
5.2
5.2

Hello, I can build this full end-to-end n8n automation workflow for you with a clean, modular structure that is easy to maintain and extend beyond sarees into other product lines. I have experience designing n8n systems that integrate Google Drive triggers, AI image generation workflows, Shopify product automation, and WhatsApp marketing APIs in production environments. I will structure the workflow so each stage is isolated and replaceable, allowing you to switch providers like S3, Twilio, or WATI later without breaking the logic. The image generation step will include validation and retry logic to ensure consistent outputs, followed by automated Shopify product creation with correct metadata and asset uploads. I will then integrate the WhatsApp broadcast system using Aisensi in a way that supports easy migration to other messaging providers while maintaining audience segmentation based on Shopify data. The workflow will include error handling, retry mechanisms, logging to Google Sheets and Slack, and full observability for each processing stage. I will also deliver the complete .json export, setup documentation, and a walkthrough showing a successful end-to-end run so you can validate everything immediately. This system will be built for reliability, scalability, and easy future expansion across multiple product categories.
₹25,000 INR in 7 days
5.1
5.1

Reality check before scoping: text-to-image models (gpt-image-1, DALL-E 3, Midjourney) can't replicate saree fabric pixel-perfect from a single reference. What we can deliver is reference-conditioned 4-view generation that holds drape, palette, motif placement, and border pattern faithfully. Worth confirming that's the bar before we scope the AI milestone. The n8n architecture maps cleanly to your brief: GDrive watch then image validation then reference-conditioned image gen for 4 views then Shopify product create with SKU/tag/collection auto-mapping then Aisensi broadcast with metafield purchase-history segmentation. WhatsApp provider is abstracted so swapping to Twilio/WATI/Gupshup is a config change, not a rework. Metrics go to GSheet + Slack at each stage, with retries and error exits built in. M1: GDrive watcher + image validation + GSheet log node, INR 7,000, 1d M2: 4-view AI generation with reference conditioning + retry loop on failed validation, INR 10,000, 2d M3: Shopify product create/update + SKU/price/tag/collection mapping + URL capture, INR 7,000, 2d M4: Aisensi WhatsApp broadcast + Shopify metafield purchase-history segmentation, INR 7,000, 2d M5: Error handling + Slack alerts + setup notes + quick-start screen recording + handoff, INR 4,000, 1d INR 35,000 / 8 days, exported .json + setup notes + 1 revision round included. Shaping M2 scope: are you set on gpt-image-1, or open to whichever model produces the best fabric fidelity on your reference images?
₹35,000 INR in 8 days
5.2
5.2

I will build a complete n8n workflow that automates the process from new image detection in Google Drive to promotional broadcasts, utilizing ChatGPT image model 2 for AI-generated product views and Shopify API for product upload, with Aisensi API for integration, ensuring reliability and observability through retry logic and logging, to deliver a modular and scalable solution that meets the acceptance criteria, including successful end-to-end runs and error handling.
₹25,000 INR in 7 days
4.6
4.6

As an accomplished Full Stack Developer who specializes in MEAN and MERN stack development, I am more than qualified to undertake your n8n AI-Shopify WhatsApp Automation project. Over the years, I have established a reputation for building scalable, high-performing applications, and my expertise extends to automating business processes by integrating API platforms and AI-driven solutions, much like the task at hand. My proficiency in using n8n workflow automation will ensure the clean transition of your new saree image from Google Drive to its various destinations in Shopify and WhatsApp. Moreover, my commitment to reliability and observability aligns perfectly with your project's requirement for error-handling mechanisms and logging functionalities. Furthermore, I understand the importance of scalability that features prominently in your expectations of parallel-processing future products lines.
₹15,000 INR in 9 days
3.1
3.1

Greetings I can surely help you for n8n AI-Shopify WhatsApp Automation I am in the IT industry since more than a decade and serve so many clients in building and rebuilding websites, software, and applications I have strong hands-on different cms like webflow, Wordpress, shopify, squarespace, wix and on different programming languages like PHP, Laravel, React, Node.js, HTML, CSS, And I did the migration from HTML to click funnels. I have made so many websites (E-commerce, WordPress, Classified admin, WooCommerce, etc.), bots, softwares, and Mobile applications (Android, IOS, and Huawei Play store) in my entire career. I have strong hands on both the front end and back end. Currently, I am part of the team who are dealing with miscellaneous tasks in dubizzle and Mzad Qatar including design and layouts and they both have more than 1 million users. I believe that you are looking for a web designer and for sure you will get your end desire result with plagiarism-free work and with better quality as I am assuring you this. Package deals can also be done for long-term collaboration as per the client's requirement. Kindly do come on chat so that we can discuss project details further more.
₹12,500 INR in 2 days
3.2
3.2

I will build your end‑to‑end n8n workflow: Google Drive trigger → ChatGPT image model 2 (front/side/walk/close‑up) with retry logic → Shopify product creation/update (SKU, price, tags, collection) → broadcast via Aisensi to segmented WhatsApp recipients (pull from Shopify metafields). Every critical node includes retries, error handling, logging to Google Sheets + Slack. Modular design: swap Drive to S3, Aisensi to Twilio/WATI later. You get the .json export, setup notes, and a demo video. **Question:** Do you have a sample saree image and the Shopify metafield structure (e.g., purchase history) to test the segmentation logic? See my n8n + API work: ✔️ https://www.freelancer.com/portfolio-items/11343426-lead-management-automation-with-make ✔️https://www.freelancer.com/portfolio-items/11350188-ai-video-generation-machine ✔️https://www.freelancer.com/portfolio-items/11139983-workflow-automation-n8n Best, Usman Kokab
₹12,500 INR in 7 days
3.1
3.1

Hi there, I am a senior full-stack developer with extensive experience building complex n8n workflows and API integrations. I can deliver a modular, production-ready system that automates your saree brand's journey from Google Drive to a WhatsApp broadcast. How I will execute your project: n8n Workflow: Build a scalable architecture using "Watch Folder" triggers, with modular nodes to allow seamless transitions (e.g., Google Drive to S3 or Aisensi to Twilio). AI Image Engine: Integrate ChatGPT-4o/DALL-E to generate high-fidelity product views (front, side, walk, close-up) while maintaining strict fabric and motif consistency. Shopify Integration: Automated SKU/tag assignment and collection routing, including metafield-based customer segmentation for your WhatsApp campaigns. Reliability: Implement robust error-handling, retry loops, and real-time logging via Slack and Google Sheets to ensure 100% uptime. I have previously delivered high-performance automation stacks and am ready to provide the .json workflow, documentation, and a walkthrough video to ensure a smooth hand-off. Looking forward to discussing how we can scale this for your upcoming product lines. Best regards, Shailender
₹25,000 INR in 8 days
2.6
2.6

This is a perfect fit—I’ve built similar end-to-end n8n automations with API integrations and modular design. I’ll create a clean, scalable workflow: Drive trigger → AI image generation (with validation + retry) → Shopify product sync → WhatsApp broadcast with flexible provider switching. Everything will include proper error handling, logging (Sheets + Slack), and retry logic. You’ll get a ready-to-import .json workflow, clear setup docs, and proof of a full working run. Quick question: do you already have Aisensi API access and Shopify metafields structured for segmentation? Ready to start ?
₹25,000 INR in 7 days
2.0
2.0

Mumbai, India
Member since Sep 25, 2018
$250-750 USD
$30-250 USD
$30-250 USD
$250-750 AUD
$30-250 USD
$10-30 USD
₹750-1250 INR / hour
$10-30 USD
₹1500-12500 INR
$30-250 USD
₹12500-37500 INR
$10-30 USD
$10-30 USD
₹12500-37500 INR
₹12500-37500 INR
₹600-1500 INR
₹1500-12500 INR
₹12500-37500 INR
$750-1500 USD
$10-30 USD
₹12500-37500 INR