Integration layer
Every ERP project ships with a synced integration. Most break by the third month and nobody notices till finance asks why two systems disagree by ₹4 lakh. The original project ended, the integration is somebody's afternoon job, the logs are gone.
We build the integration layer as a real, observable system, not a script that hides in a cron job. Idempotent, retryable, replayable, and loud about its own failures.
What's actually included.
Inbound + outbound webhooks
Receive events from any source, fire events to any target. Both sides idempotent, both sides retryable, both sides logged in raw form for replay.
Retry + dead-letter
Exponential backoff on transient errors, dead-letter table for the rest. Dead-letters are reviewed weekly, not ignored till there's a problem.
Replay
Replay a single event, a window, or the full feed against a new handler. Used for fixing past data and for re-running a migration.
Sync state
Every entity has a sync record: last attempt, last success, last error. Easy to answer 'is this invoice in Tally yet?' without a developer in the room.
Observability
Per-integration health endpoint, last-success-at metric, queue depth, error rate. Slack or email alert when a sync degrades.
Connector library
Tally Prime, SAP B1, Razorpay, Microsoft Graph, WhatsApp Cloud API, GSTN, Google Workspace, HubSpot, and Salesforce, all reusable across projects.
Who this is for
Mid-size companies running multiple systems where the seams are leaky: Tally + a custom app, SAP B1 + a CRM, WhatsApp Business + a helpdesk, Razorpay + accounting. Especially good when a previous integration broke and rebuild-from-scratch is on the table.
Three stages, no surprises.
Discovery
A 30-minute call to map the workflow that's actually broken. We walk you through what we'd build, what we wouldn't, and a written scope with timeline and milestones.
Weekly sprints
Working prototype by week 2, MVP in staging by week 4–6. Friday demo every week: you see it before it's done, not after. Slack channel + Linear / Jira board you have access to.
Handover + retainer
Go-live with a written playbook, training material per role, and a 30-day office-hours window. Most clients move onto a maintenance retainer for the work that comes after.
Walk us through what's broken.
We'll come back with a plan.
A 30-minute discovery call, free, no deck. We map your workflow, flag what's worth fixing first, and outline a scope with timeline and effort.