
Closed
Posted
Paid on delivery
I’m looking to set up a clean, reliable scenario in [login to view URL] that keeps my project details in [login to view URL] fully aligned at all times. The focus is data synchronization only—no task notifications, no user management—just the fields that define each project and its status. Here’s the flow I have in mind: whenever a project item is created or edited in Monday, a webhook instantly pushes the change to [login to view URL], which then mirrors those same fields in a second board used by another team. The reverse needs to work too; changes arriving from the secondary board must loop back through [login to view URL] and update the source board in real time. Both boards already exist, and I can give you full API tokens plus a short field-mapping document. Deliverable • A [login to view URL] scenario (or bundle of scenarios) saved in my account, triggered by [login to view URL] webhooks, that performs bi-directional, sub-minute syncing of all project fields I specify. • A brief Loom or written walkthrough so I can adjust mappings later. Acceptance criteria • New or edited project items appear on the opposite board within one minute. • No duplicate items are generated after repeated edits. • Error handling is in place so failures are logged in [login to view URL]’s execution history with a clear message. If you have solid experience with [login to view URL]’s router, [login to view URL]’s GraphQL or REST API, and real-time webhook handling, I’d love to get this running swiftly.
Project ID: 40416181
138 proposals
Remote project
Active 3 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
138 freelancers are bidding on average $446 USD for this job

Hello there, we are a team of Senior Full Stack Web, Mobile App Developers and Data Scientist and we can do this MVP project in no time. Thanks Ashish Kumar.
$500 USD in 7 days
5.9
5.9

Hi, I am a full-stack developer with 8 years of rich experience in software development. I am familiar with Node.js, Python, PHP, RESTful API integration, OAuth authentication, software architecture, and eBay API (Inventory/Trading) integrations. I'm an individual freelancer and can work on any time zone you want. For your project, I understand you need a clean integration between your internal system and eBay APIs to automate listing creation and updates without using the eBay web interface. I can build a lightweight microservice (Node.js or Python) that securely handles OAuth authentication, wraps the required Inventory API endpoints, and exposes simple REST endpoints for “create listing” and “update listing” actions. The solution will include proper request/response logging, structured error handling, and a clear README so your team can run and maintain it easily. Please contact me with the best time for you to have a quick chat. Looking forward to discussing more details. Thanks. Emile.
$250 USD in 7 days
4.3
4.3

**DO NOT PAY ME UNTIL I COMPLETE! :)** Hello my valuable client :) My profile is new over here but I have 7 years of experience in this field. I have completely understood about your project. Also I will provide you free maintenance on your project for 1 year after project completion. I can definitely complete this in your timeframe. Give me one chance to prove myself. Hit the chat button to get started. If you will not like my work then you dont need to pay me any money so dont worry and have faith in me :) I am eagerly waiting for your message.
$251 USD in 7 days
4.4
4.4

Dear Sir, I am thrilled to bid your project. I understand your voting platform has a critical accessibility issue where touch/click interactions occasionally mis-register, creating uncertainty for visually impaired users and risking incorrect ballot selection. I can audit your existing front-end code to identify the root causes (typically event bubbling conflicts, overlapping elements, or inconsistent hit-area definitions) and fix them at the interaction layer. I will redesign the voting UI so every selectable option has a large, accessible hit-zone, clear focus states, and a single, explicit confirmation state so users always know their choice has been recorded. To improve accessibility, I will simplify visual hierarchy, remove competing UI elements, and ensure compatibility with screen readers and magnification tools using proper ARIA roles and keyboard navigation support. I will also enforce consistent pointer handling (touch + mouse) to guarantee that one intentional action always maps to one confirmed selection with no ambiguity. Deliverables will include updated UI code merged into your repository, a brief accessibility test report covering screen reader and low-vision usage scenarios, and clear deployment notes for safe rollout. Before I start, is your current frontend built in vanilla JS, React, or another framework so I can align the fix directly with your architecture? Sincerely, Adison.
$500 USD in 7 days
3.8
3.8

Hi there Do both Monday boards already have stable mirror fields and a unique key I can use to prevent duplicate items during two way sync? Should the sync cover only standard fields and status changes, or also subitems, updates, files, and mirrored or formula fields where Monday behavior can be tricky? I can build a clean bi directional Make scenario in your account using Monday webhooks, solid field mapping, loop prevention, and clear error logging so changes move both ways in under a minute without creating duplicate items. I will keep the setup easy to maintain, document the mapping logic, and leave you with a short walkthrough so you can adjust fields later without breaking the sync. I would be happy to discuss the board structure on chat. Best Oleksandr
$500 USD in 3 days
1.9
1.9

Lets chat, a free consultation and no obligation. I understand you need a clean, professional, and user-friendly solution for your "Real-Time Make–Monday Sync" 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
$563 USD in 3 days
1.4
1.4

The core risk here is the infinite loop if Board A updates Board B which triggers a webhook back to Board A, you get a sync storm that duplicates edits endlessly. The standard fix is stamping each update with a source identifier in a hidden field, then filtering at the router level to drop any webhook that originated from Make itself. Built a similar bi-directional Monday sync for a ops team last year two boards across departments, webhook triggers on column changes, with a Make data store acting as a deduplication layer to catch rapid successive edits on the same item ID. For your setup I'd use Monday's column_values_updated webhook filtered by specific column IDs, route through a Make data store check to confirm the change wasn't self-originated, then push via GraphQL mutation to the target board. Error handling would log the item ID, timestamp, and failed field to Make's execution history with a clear label. One thing worth confirming before I start are any of the fields you're syncing mirror columns or connected boards, or are they all standard column types like status, text, date, and numbers?
$250 USD in 7 days
0.0
0.0

Are you looking for reliable and scalable software tailored to your needs? You’re in the right place. I specialize in building custom software solutions that are efficient, secure, and user-friendly. Whether you're a startup, small business, or enterprise, I can help turn your ideas into fully functional applications. What I Offer: Custom Web Application Development Desktop Software Development API Development & Integration Bug Fixing & Performance Optimization Database Design & Management Software Maintenance & Upgrades Technologies I Work With: Frontend: HTML, CSS, JavaScript, React Backend: Node.js, Python, Java, PHP Databases: MySQL, PostgreSQL, MongoDB Tools: Git, Docker, REST APIs Why Choose Me: Clean, maintainable, and scalable code On-time delivery with regular updates Clear communication throughout the project Focus on performance and security Process: Requirement discussion Planning & design Development Testing & revisions Final delivery Packages: Basic: Small fixes or simple scripts Standard: Medium-level applications Premium: Full-scale custom software solutions Note: Please contact me before placing an order to discuss your project requirements. Let’s build something great together!
$500 USD in 7 days
0.0
0.0

Hi, I can help with Real-Time Make–Monday Sync. My plan: 1. reproducing the problem, identifying the failing path, then shipping the smallest safe fix. 2. Implement the smallest working path with logging/error handling where needed. 3. Hand over the fix, a short explanation of the root cause, and verification steps. If you can share the repo, API docs, sample input/output, or current error message, I can confirm the exact scope and start with the first milestone.
$425 USD in 3 days
0.0
0.0

San Jose, United States
Member since May 3, 2026
$250-750 USD
₹12500-37500 INR
$250-750 USD
$8-15 USD / hour
$30-50 USD
₹100-400 INR / hour
$250-750 USD
$10-60 USD
min $50 USD / hour
₹100-400 INR / hour
$15-25 USD / hour
₹1500-12500 INR / hour
$1500-3000 USD
₹12500-37500 INR
$30-250 NZD
$15-25 USD / hour
$30-250 USD
$1500-3000 USD
$30-250 USD
₹12500-37500 INR