
Open
Posted
•
Ends in 6 hours
Paid on delivery
Project Overview We are a plastic surgery clinic operating across two locations . We use ClickUp as our CRM to manage patient leads, and Whatsapp API (powered by Voxa) as our WhatsApp and phone communication platform. We need a complete, production-ready automation system built entirely on self-hosted n8n that keeps both platforms in perfect real-time sync. ________________________________________ CRITICAL ACCEPTANCE CONDITION — READ BEFORE BIDDING This project will not be considered complete, and no deliverables will be considered received, under any circumstances, unless the entire system is fully working and jointly verified end-to-end by both the developer and our team in a live testing session. Submission of files, workflows, or documentation alone does not constitute delivery. The project is only accepted when every flow listed in this brief has been demonstrated to work correctly in our live production environment, in real time, with real data. Any partial functionality, workarounds, or "it works on my end" claims will not be accepted. Full working system or no delivery — there is no middle ground. ________________________________________ Tech Stack • n8n self-hosted v2.20.8 on Ubuntu 22.04 via Docker • ClickUp workspace with two lists corresponding to each of our two locations • Voxa WhatsApp + phone platform • Google Forms linked to Google Sheets for lead capture • ClickUp API Key, Whatsapp API OAuth2 credentials, and server access will be provided upon hiring ________________________________________ Deliverables 1. Whatsapp API → ClickUp (Inbound Sync) • Every inbound WhatsApp message or phone call from an unregistered number must create a new ClickUp task in the correct location list based on the contact’s city field • New tasks must be created with status OPEN and assigned via round-robin to one of the city coordinators based on both channels (clickup & whatsapp api) on consistent hash of phone number • If the number already exists in ClickUp, no new task is created, instead a structured communication log comment is added to the existing task (channel, direction, time, duration, outcome, summary), • If the communication was two-way (client replied), the task status must automatically advance to Follow Up 1, so as with any successful tw way communication, moving the card from Follow UP x to Follow up X+1, unless the coordinator chose it not to move (we have a circle of 9 Follow ups) • If one-way (no reply from client), the task stays at OPEN, until the coordinator chooses to change the status 2. ClickUp → Whatsapp API (Outbound Sync)and vice versa • Any status change in fields or status on a ClickUp task must reflect immediately on the corresponding Whatsapp API contact's custom property and vice versa • Any status change in fields or status on a Whatsapp API task must reflect immediately on the corresponding clickup contact's custom property and vice versa • Any assignee change on ClickUp must update the assigned agent on the Whatsapp API conversation and vice versa • Any custom field update on ClickUp must update the matching custom property on whatsapp api and vice versa • All 16 ClickUp statuses must map to whatsapp api custom fields : OPEN, Follow Up 1–9, Wednesday Clinic, Saturday Clinic, Sunday Clinic, Procedure, Reserved, Build Relation, Disqualified, every change in any field on wither side should reflect on the other 3. Follow-Up Stage Progression • Each successful two-way communication must automatically advance the ClickUp task to the next Follow Up stage (e.g. Follow Up 3 → Follow Up 4), capped at Follow Up 9 • Each stage change must trigger a structured comment log on the ClickUp task including a communication log • Stage must reflect in real time on the Whatsapp API contact's properties 4. Google Form → ClickUp + Whatsapp api • Google Form fields linked automatically sinced to a google sheet: Date of Submission (auto), Name, Phone Number, City, Service, Intended Timeline, Budget Range, linked to Google Sheets tab "Site Form" • A Google Apps Script must POST every new submission to n8n • n8n must check if the phone number already exists in ClickUp • If exists: leave a tagged comment on the existing task for the assigned coordinator, and update Whatsapp API contact fields • If new: create a ClickUp task in the correct city list, assign via round-robin on both ClickUp and whatsapp API , create a new Whatsapp API contact with all available fields populated 5. Custom Field Parity (ClickUp ↔ Hatif) • All ClickUp custom fields must have exact matching custom properties created in Whatsapp API via POST /v1/contact-property-definitions • Full field list to be created/mapped: Field ClickUp Type Whatsapp API Type Phone Phone Text Client Name Short Text Text Age Number Number Weight Short Text Text Height Number Number BMI Number Number Max Weight Reached Number Number Gender Dropdown Select Nationality Location Text Saudi or Foreigner Dropdown Select Residential City Location Text Marital Status Dropdown Select Occupation Short Text Text Lead Medium Dropdown Select Portal Source Dropdown Select Services Labels Text Stage/Status Dropdown Select Clinic Reservation Date Date Date Operation Date Date Date Reason for Disqualification Dropdown Select Chronic Diseases Labels Text Smoker Dropdown Select Has Stretch Marks Dropdown Select Past Medical History Text Text Past Operational History Text Text Previous Pregnancies Short Text Text Sick Leave Needed Dropdown Select Min Cost Currency Number Max Cost Currency Number ClickUp Task ID Short Text Text Follow Up Date 1–9 Date × 9 Date × 9 • Special naming rule: Whatsapp API contact Name field always mirrors ClickUp Task and vice versa • Name. The ClickUp field 0-Client Name maps to a separate Whatsapp API property called "Client Name" • Any new custom field added to ClickUp in the future must automatically trigger creation of a matching property in the Whatsapp api tool • Any field deleted from ClickUp must trigger deletion of the matching Whatsapp API property, this capability should be limited to admins 6. Initial Historical Data Migration • A manually-triggerable n8n workflow that fetches ALL existing tasks from both ClickUp location lists • For each task: check if a Whatsapp API contact with the same phone number already exists • If exists: update with all mapped fields from ClickUp • If not: create a new Whatsapp API contact with all fields populated • Must process in batches to avoid rate limits • Must produce a reconciliation log showing: total tasks processed, contacts created, contacts updated, contacts skipped, errors • All Custom fields should be created and synced within the initial cycle 7. Loop Guard & Deduplication • All sync flows must include a loop guard preventing infinite sync cycles • Events originating from the automation itself must be tagged and ignored on receipt 8. Automatic Token Management • Whatsapp API uses OAuth2 client credentials expiring every 15 days • A scheduled n8n workflow must refresh the token automatically every 14 days • All Whatsapp API API calls must use the stored token dynamically via n8n static data 9. Assignment Sync • Coordinator assignment on ClickUp must mirror to Whatsapp API agent assignment • Round-robin must be hash-based (same phone = same coordinator always on all platforms , any change in assignment should reflect on all platforms) • Coordinator mapping between ClickUp user IDs and Whatsapp API agent IDs must be configurable 10. Communication Logging • Every WhatsApp message or phone call must be logged as a structured comment on the ClickUp task • Log must include: Channel, Direction, Started At, Concluded At, Duration, Outcome, Agent, Summary • Log must simultaneously update the Whatsapp API contact's status property ________________________________________ Workflow Architecture Required Delivered as separate importable n8n JSON files: File Purpose [login to view URL] All Whatsapp API inbound events → ClickUp [login to view URL] All ClickUp changes → Hatif [login to view URL] Google Form → ClickUp + Hatif [login to view URL] Auto Whatsapp API token renewal [login to view URL] One-time historical data sync [login to view URL] ClickUp field additions/deletions → Hatif ________________________________________ Technical Requirements • Built entirely on n8n using standard nodes (Webhook, HTTP Request, Code, Switch, IF, Schedule) • All credentials stored as environment variables — no hardcoded secrets in JSON • Compatible with n8n v2.20.8 self-hosted Docker • No third-party n8n community nodes — base nodes only • Must include setup documentation covering: all webhook URLs to register in Whatsapp API and ClickUp, all environment variables required, how to trigger the migration, how to test each flow end to end ________________________________________ API References • ClickUp API: Available via ClickUp developer documentation • Voxa API: Available via Voxa developer documentation (will be shared from our side upon hire) • Auth token endpoint: POST to the Voxa OAuth2 token endpoint (OAuth2 client credentials, scope: VoxaAPI) — endpoint will be shared upon hiring • Whatsapp API docs: Available via developer portal (password-protected , will be shared with hired freelancer) ________________________________________ Ideal Candidate • Minimum 3 years experience with n8n self-hosted workflows • Proven experience with REST API integration including OAuth2 and webhook-based architectures • Experience with ClickUp API and Google Apps Script • Able to test and verify each flow end-to-end before delivery • Familiarity with WhatsApp business platforms (Chatwoot, Voxa, or similar) is a strong plus • Must provide examples of similar bidirectional sync automation projects
Project ID: 40458816
59 proposals
Open for bidding
Remote project
Active 2 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
59 freelancers are bidding on average $373 USD for this job

Greetings! I’m an expert in n8n self-hosted automation with 9+ years of experience building production-grade CRM sync systems, including WhatsApp and ClickUp bidirectional integrations. Here’s how I can help: * Build full n8n v2.20.8 Docker setup with secure env-based credentials * Implement real-time ClickUp ↔ WhatsApp API (Voxa) bidirectional sync with loop guards * Design inbound flows for WhatsApp, calls, and Google Forms → ClickUp + WhatsApp contact creation * Configure round-robin + hash-based assignment across both systems * Build OAuth2 auto-refresh token workflow for Voxa API * Sync all ClickUp custom fields with WhatsApp properties (dynamic create/update/delete) * Create historical migration workflow with batching, deduplication, and reconciliation logs * Deliver importable n8n JSON workflows + full documentation + live testing support I always ensure end-to-end verifiable production testing, not partial delivery. Do you have a staging environment for safe testing, and what’s your average daily message volume?
$250 USD in 7 days
6.6
6.6

Hello, I understand you need a production-grade self-hosted n8n system integrating ClickUp CRM with Voxa WhatsApp API, Google Forms, and real-time bidirectional sync with strict live end-to-end verification as the only acceptance condition. I will design modular n8n workflows on Docker (v2.20.8) covering inbound/outbound sync, form ingestion, migration, field parity, and automated token refresh. Using ClickUp alongside Voxa WhatsApp API, I will implement deduplication, loop-guard tagging, hash-based round-robin assignment, OAuth2 auto-renewal, and full custom-field synchronization ensuring consistent state across both systems. Deliverables will include 6 importable JSON workflows, secure environment-variable-based configuration, batch-safe historical migration with reconciliation logs, and complete setup documentation. I will validate every flow in a live production-style session to guarantee real-time accuracy across WhatsApp, ClickUp, and form-driven events before final acceptance. Thanks, Asif.
$250 USD in 3 days
6.1
6.1

Hi, I'm Harsh Thoriya. I've carefully reviewed your n8n CRM automation requirements and understand you need a complete bidirectional sync between self-hosted n8n, ClickUp, and WhatsApp (Voxa) for your plastic surgery clinic. I'll build all 6 JSON workflow files: inbound/outbound sync, form ingestion, token refresh, historical migration, and field sync — using only base n8n nodes, with OAuth2 token management, loop guards, and round-robin assignment logic. I have 3+ years of n8n self-hosted experience with REST API integrations and ClickUp. Let's connect for a live walkthrough!
$250 USD in 10 days
5.5
5.5

Hi, We will build your full n8n automation system: bidirectional ClickUp/Voxa sync, Google Form ingestion, OAuth2 token refresh, and historical migration. For loop prevention, we will tag each automation event with a source flag and filter it on receipt. This eliminates infinite sync cycles between platforms. A couple of quick things to confirm: 1) Are your Voxa webhooks already configured, or do we set those up too? 2) How many existing tasks need migration across both location lists? The number quoted here is a starting estimate. The exact cost and timeline will be confirmed after we go through the full scope together. Send me a message and we can go over the details. Best regards, Faizan
$90 USD in 5 days
5.3
5.3

My 7+ years of automation and API integration experience, especially with n8n, ClickUp, WhatsApp APIs, webhooks, OAuth2, and CRM-style bidirectional syncs, will help build this as a production-ready system instead of a fragile workflow. A few quick questions: -- Does Voxa provide webhook events for messages, calls, contact updates, and agent assignment changes? -- Are ClickUp custom field IDs already finalized for both location lists? -- Should the initial migration run location by location or process both lists together? Best Regards, Altaf
$180 USD in 3 days
5.1
5.1

As a seasoned freelance web and software developer, my primary focus is on creating smart, scalable, and future-ready digital solutions. I bring exceptional proficiency in imperative technical areas, but most significantly, my specialization lies in the art of automation. Your project, seeking to automate a comprehensive system between WhatsApp API, ClickUp CRM using n8n self-hosted, resonates deeply with my expertise. My success lies in transforming complex requirements into clean, reliable, and high-impact systems—which perfectly aligns with your ambitious goals. Over time, I have honed our abilities in API Integration and mastered CRM technologies fittingly well. Additionally, I have hands-on experience working with ClickUp and WhatsApp API that would provide immeasurable value to this project. One of the reasons you should hire me is my client-centered approach—I understand that technology is driven by business goals more than mere technical requirements. I don't just build systems; I help businesses grow. I meld strategy with execution effectively, ensuring efficient deliveries without compromising quality. With me onboard for your project, you can be sure it'll be treated beyond just another task but as a significant essence of your business's growth story.
$200 USD in 5 days
4.5
4.5

Hello, You’re not just hiring someone to connect APIs, you’re trying to eliminate the silent failures that break trust between coordinators, ClickUp, and WhatsApp in a live clinic workflow. I’ve built webhook-driven, bidirectional automation systems on self-hosted n8n with REST APIs, OAuth2 token rotation, field mapping, deduplication, loop guards, and migration flows, and your acceptance condition is exactly how I like to work: end-to-end, live, jointly verified in production. For your two-location plastic surgery setup, I can build the full n8n architecture you outlined: inbound Voxa/WhatsApp-to-ClickUp sync, ClickUp-to-Voxa status/assignee/custom-field parity, Google Forms ingestion via Apps Script, auto follow-up progression, token refresh, historical migration, and admin-safe field sync for future ClickUp schema changes. I’ll keep it Docker/n8n v2.20.8 compatible, use only base nodes, store secrets via environment variables, and deliver separate importable JSON workflows plus clear setup/testing documentation. I’ve shared an initial estimate based on your description, and once we go over a few technical or functional details, I’ll confirm the exact cost and delivery schedule. I’d suggest a phased build with live verification at each critical sync layer, then a final joint production test session for full sign-off. Would you like me to outline the exact workflow logic and verification plan for each of the six n8n JSON files before we begin? 1) Does Voxa expose webhook
$75 USD in 3 days
4.5
4.5

With over 9+ years of experience in web and mobile development, I have not only sharpened my skills in automation and CRM but also kept up with the latest technology trends. I have worked on complex projects similar to yours, developing systems that require real-time synchronization and comprehensive task management. Testament is my ability to understand and adapt to your specific needs. As you've mentioned, this project demands a developer who can provide a "full working system or no delivery" and leaves no room for "it works on my end" claims. Rest assured, I'm comfortable with the tech stack you've mentioned, having worked with n8n self-hosted, ClickUp API, Google Forms, and more. I acknowledge your need for a firm replacing a non-deliverable system that brought you here. Thus, besides just delivering this project as per the scope described, I am committed to delivering it with excellence and ready for any rigorous testing sessions that may be required to jointly verify its functionality. Let's turn your automation vision into a reality
$140 USD in 7 days
4.3
4.3

Having built my career on solving complex process automation challenges with elegant, user-friendly solutions, I would be the ideal fit for your Migration Assistant Designer role. With extensive knowledge of API Integration, Automation, CRM, and Java combined with my prior experience at Google and Apple, I firmly understand the need for a thorough code review and process mapping before execution. And trust me, I am no stranger to creating products from scratch! Crafted through years of practical expertise in data processing and REST API management, my skills run parallel to your project scope. Even more important than my technical prowess is my appreciation for clear communication and transparent milestones. I am well-versed in ensuring efficacy and maintaining a high level of quality throughout the development journey. In fact, my structured approach has often aided faster, cleaner, and robust solutions. What sets me apart is my commitment to full customer satisfaction. Your critical acceptance condition aligns perfectly with how I operate. I understand how significant it is for every deliverable to be tested in real-time scenarios with real data – that's exactly what you will get from me. So let'sget on board and revolutionize how your clinic operates across locations
$250 USD in 7 days
3.9
3.9

I have built production bidirectional sync systems using n8n self‑hosted, ClickUp API, and WhatsApp Business platforms (including OAuth2 token auto‑refresh). I will deliver your 6 n8n workflows (inbound/outbound sync, Google Form ingestion, token refresh, migration, field sync) with loop guards, deduplication, round‑robin assignment (hash‑based), custom field parity, and structured communication logging – all tested live with you. I work within your Docker n8n v2.20.8, no third‑party nodes, environment variables only. **Question:** Do you have the exact ClickUp API key, Voxa OAuth2 credentials, and a staging environment ready for the live verification session? Best, Usman K https://www.freelancer.com/u/ukokab
$130 USD in 7 days
3.8
3.8

Hi there, Strong alignment with this project comes from experience building self-hosted n8n automation systems with bidirectional CRM synchronization, OAuth2 integrations, webhook architectures, and realtime workflow orchestration. Clear understanding of the requirement to create a production-ready synchronization layer between ClickUp, Voxa WhatsApp API, Google Forms, Google Sheets, and Google Calendar with assignment logic, field parity, communication logging, and loop-safe realtime syncing. Hands-on expertise with n8n self-hosted Docker environments, ClickUp API integrations, OAuth2 token automation, webhook systems, Google Apps Script, REST APIs, and scalable workflow architecture ensures maintainable and reliable automation deployment. Risk is minimized through structured end-to-end testing, batch-safe migration workflows, loop guard implementation, configurable mappings, environment-based credential management, and live production verification before final delivery. Available to start immediately happy to review the APIs, validate the architecture, and discuss rollout strategy and next steps. Recent work: https://www.freelancer.com/u/chiragardeshna Regards Chirag
$140 USD in 7 days
3.4
3.4

Dear Sir, I am thrilled to bid your project. I can build your self-hosted n8n automation system to keep ClickUp, Voxa WhatsApp/phone, Google Forms/Sheets, and coordinator assignments fully synchronized in real time. I have experience with n8n, REST APIs, OAuth2 token refresh, webhook flows, ClickUp API, Google Apps Script, CRM synchronization, deduplication, loop guards, and structured logging. I will deliver the required modular workflows: hatif_to_clickup, clickup_to_hatif, form_ingestion, token_refresh, initial_migration, and field_sync, all using standard n8n nodes with environment-based credentials. I will implement phone-based deduplication, hash-based round-robin assignment, status/custom field parity, two-way communication logging, Google Form ingestion, historical migration, and reconciliation reporting. I fully understand your acceptance condition: delivery is only complete after we jointly verify every flow end-to-end in the live environment with real data. One crucial question: does Voxa already provide webhook events for message, call, contact update, agent assignment, and custom property changes? Sincerely, Adison.
$140 USD in 7 days
3.5
3.5

Hi, I've built robust automation systems using n8n, specifically for ClickUp and WhatsApp API integrations. I've managed workflows that sync data in real-time, ensuring seamless communication and task management. With over 3 years of experience, I can create and verify each of your required flows end-to-end. Let’s start with a small test task to ensure alignment before full development. Best Regards, Ivica
$140 USD in 7 days
3.3
3.3

Hello There!!! ★★★★ ( Production-ready self-hosted n8n automation with real-time ClickUp & WhatsApp bidirectional sync ) ★★★★ I carefully reviewed your entire project brief including the live verification acceptance condition. You need a fully working self-hosted n8n automation system connecting ClickUp, Voxa WhatsApp API, and Google Forms with real-time bidirectional sync, structured logging, field parity, token automation, and migration workflows. ⚜ Self-hosted n8n workflow development ⚜ ClickUp & WhatsApp API integration ⚜ Bidirectional sync architecture ⚜ OAuth2 token automation setup ⚜ Google Forms & Sheets ingestion ⚜ Docker & Ubuntu server compatibility ⚜ End-to-end testing and documentation I have experiance building REST API automations, webhook systems, and custom workflow pipelines using n8n and backend integrations. I understand the importance of loop guards, realtime syncing, stable production flows, and clean structured logging in CRM automations. I’ll build modular importable workflows using standard n8n nodes only and ensure all testing is verified live with your team before completion. I’d love to discuss the workflow architecture and share relevant automation experiance. Looking forward to collaborating on this system. Warm Regards, Farhin B.
$110 USD in 10 days
3.5
3.5

⚠️ If you're not happy, you don’t pay. ⚠️ Hi there, I can build your complete automation system using n8n self-hosted on Ubuntu with a fast and reliable design. I will deliver: • Real-time inbound sync from Whatsapp API to ClickUp • Two-way sync between ClickUp and Whatsapp API • Automatic progression of Follow-Up stages • Seamless integration of Google Forms with ClickUp and Whatsapp API • Full parity between ClickUp custom fields and Whatsapp API properties • Initial historical data migration with detailed reconciliation log • Loop guard implementation and automatic token management • Assignment synchronization between platforms • Communication logging for every interaction You will also receive detailed workflow architecture files and setup documentation. I am confident I can execute your vision professionally and efficiently. Looking forward to discussing further steps. Best regards, Chirag.
$200 USD in 7 days
2.9
2.9

The two-location setup means you will need n8n configured properly in Docker so both clinics share the same automation workflows. I would deploy the self-hosted instance, connect the WhatsApp Business API to ClickUp, and build out the trigger flows for your patient pipeline. Fully documented and running within 3 days. I can start today. These numbers are based on the post as written. We can refine scope and pricing after a quick conversation. Want to jump on a quick call?
$150 USD in 5 days
3.0
3.0

Hello, I carefully reviewed your requirements and fully understand that this project must be delivered as a fully working, production-verified system with successful live end-to-end testing — not just workflow files. Your setup involves complex real-time bidirectional synchronization between n8n, ClickUp, Voxa WhatsApp API, and Google Forms, including: Inbound/outbound sync Status and assignment parity OAuth2 token automation Historical migration Loop prevention Dynamic custom field mapping Communication logging I can build the entire solution using clean, modular n8n workflows compatible with your self-hosted Docker setup using only standard n8n nodes. My focus will be on reliability, real-time sync accuracy, scalable workflow architecture, and production-safe automation with proper logging and testing. You’ll receive: Importable n8n workflow JSON files Setup and deployment documentation Migration and testing instructions Fully verified live workflows before final delivery I’d be happy to discuss the APIs, infrastructure, and testing flow to get started. Best regards, Somender Singh
$250 USD in 7 days
2.8
2.8

Hello there, I’m an independent developer with proven hands-on experience building production-grade automations that integrate ClickUp, WhatsApp-like channels, and self-hosted n8n on Docker. I’ll design a robust, end-to-end solution for real-time two-way sync across ClickUp, Voxa, and Google Forms, with strict deduplication, round-robin assignment by city, and a reliable token management workflow. Expect importable n8n JSON files, clear setup docs, and a tested migration plan, all verified in your live environment as required. I will deliver a complete system that passes end-to-end live testing, with comprehensive logging and field parity across platforms. Best regards, Billy Bryan
$250 USD in 3 days
2.0
2.0

Lets chat, a free consultation and no obligation. I understand you need a clean, professional, and user-friendly solution for your "Self-Hosted n8n CRM Automation: ClickUp-Whatsapp - 21/05/2026 03:02 EDT" project. My skills in PHP, Java, JavaScript are a perfect fit for this project. While I am new to freelancer.com, my extensive experience delivers integrated, automated solutions. Regards, Jason McLachlan
$188 USD in 3 days
1.9
1.9

Hello Dear! Good Day! Hope you are doing fine. This is Ruhul Ajom Sagor. I am an expert "Web Developer" with 10+ years of working experience in PHP, HTML5, CSS3, JavaScript, jQuery, Bootstrap, MySql and different Frameworks. I have completed my B.S.C Engineering in Computer Science and Engineering (CSE) from BUET. Hire me and you don't have to worry about your website problems again! I'll add value to your projects by creating astonishing designs and code with high impact and optimized user interaction that leads to bigger conversions. WHAT PROBLEMS CAN I HELP YOU SOLVE? • Custom Websites Using PHP and Frameworks • e-Commerce Websites (Woo-Commerce and Shopify) • Custom WordPress themes • On-Page and Off-Page SEO • WordPress themes Customization • Database Modeling/Development • WordPress migrations and upgrades • Responsive Coding (Make your website compatible with: smartphones, tablets, desktops) • Websites speed and loading time improvements • Cross-browser compatibility • PSD to HTML to WordPress conversion • HTML5/CSS3/jQuery websites based on Bootstrap I love challenges, talking to my clients, and meeting others’ standards as well as expectations. I will be discussing everything in detail, giving my full advice and delivering through best of my skills. You are cordially welcome to discuss your project. Thank You! Best Regards, Ruhul Ajom
$50 USD in 2 days
4.3
4.3

Cairo, Saudi Arabia
Payment method verified
Member since May 21, 2026
$10-30 USD
$30-250 USD
₹37500-75000 INR
₹600-1500 INR
₹75000-150000 INR
$10-30 USD
$30-250 USD
$30-250 USD
$30-250 USD
$250-750 USD
₹12500-37500 INR
$8-15 USD / hour
$250-750 USD
$250-750 AUD
₹37500-75000 INR
$1500-3000 USD
$250-750 USD
$250-750 USD
$15-25 USD / hour
$10-30 USD