Two-way sync
Changes in Acumatica or Treasuredata instantly reflect in both systems. No stale data, no manual imports.
Keep Acumatica and Treasuredata in sync without custom scripts. Cut weeks of integration work, eliminate silent data drift, and give your team a single, reliable source of truth.
ERP data is some of the most requested data for analysis and some of the hardest to pull: the record types are many, the APIs are strict, and export jobs break on every upgrade. Whether Acumatica carries financials, operations, workforce data, or all three, those numbers belong in Treasuredata, next to the product, behavioral, and web data the team already measures.
Stacksync syncs Opportunities and Cases, Customers, Vendors, Sales Orders from Acumatica into Treasuredata continuously, handling API limits and schema drift as it goes, so each record type arrives as Query Jobs, Databases, Tables, Master (Parent) Segments ready to report on. The connection is bi-directional, so segments, scores, and metrics computed in Treasuredata can be written back to fields in Acumatica where that is useful.
Orders, invoices, and account records from Acumatica join the behavioral and usage data Treasuredata already tracks, so customer analysis spans activity and dollars in one view.
Operational records from Acumatica become measurable in Treasuredata, joinable with the rest of what the company tracks for supply and fulfillment reporting.
Worker and organization data from Acumatica syncs into Treasuredata for headcount, cost, and utilization reporting alongside other company data.
Representative objects on each side — any object or custom field can map to any target. Schemas are auto-detected; types are converted between the two systems.
| Acumatica objects | Treasuredata objects | How this pairing syncs | |
|---|---|---|---|
| Opportunities and Cases Built-in CRM records synced with external sales and support tools. | Query Jobs Ad-hoc Presto/Trino query jobs run asynchronously; results are retrieved from the job result endpoint and fed into downstream systems. | Opportunities and Cases is specific to Acumatica and Query Jobs to Treasuredata — each maps to any object or custom field on the other side. | |
| Customers AR master data synced with CRMs and billing tools. | Databases Logical containers for tables; a sync targets one database and maps its tables to warehouse or operational-DB tables. | Customers is specific to Acumatica and Databases to Treasuredata — each maps to any object or custom field on the other side. | |
| Vendors Supplier records aligned with procurement and AP automation. | Tables Columnar log tables in TD's Plazma storage; every row carries a mandatory `time` column (Unix epoch) that Stacksync uses as the incremental watermark and partition key. Synced two-way with warehouse or database tables. | Vendors is specific to Acumatica and Tables to Treasuredata — each maps to any object or custom field on the other side. | |
| Sales Orders Order documents created from e-commerce and CRM systems, read back for fulfillment status. | Master (Parent) Segments Unified customer profiles assembled from multiple source tables in Audience Studio; read out to push enriched attributes onto CRM or warehouse records. | Sales Orders is specific to Acumatica and Master (Parent) Segments to Treasuredata — each maps to any object or custom field on the other side. | |
| Invoices AR and AP billing documents synced for payment tracking and CRM visibility. | Segments Campaign subsets of a parent segment; membership read out to activate audiences in downstream systems, or audience flags written back onto records. | Invoices is specific to Acumatica and Segments to Treasuredata — each maps to any object or custom field on the other side. | |
| Purchase Orders Procurement documents exchanged with supplier-facing systems. | Journeys Timeline-based event sequences in Audience Studio; stage and membership read out for reporting and cross-system activation. | Purchase Orders is specific to Acumatica and Journeys to Treasuredata — each maps to any object or custom field on the other side. |
Each direction of the sync is driven by what the source system can signal and what the destination accepts — detection, delivery, and expected latency below.
DetectionAcumatica notifies Stacksync of record changes through webhook events. Push notifications configurable on data changes, plus polling on LastModifiedDateTime fields.
DeliveryEach detected change is written to Treasuredata through its API, with automatic retries and rate-limit backoff.
DetectionStacksync polls Treasuredata for changes on an incremental schedule, reading only records changed since the previous pass. Polling on the mandatory `time` column (Unix-epoch partition key) or an updated-at column.
DeliveryEach detected change is written to Acumatica through its API, with automatic retries and rate-limit backoff.
Real-time sync, workflow automation, event queues, EDI, and monitoring, for every Acumatica–Treasuredata connection.
Changes in Acumatica or Treasuredata instantly reflect in both systems. No stale data, no manual imports.
Trigger automated workflows whenever Acumatica or Treasuredata data changes, update records, fire webhooks, or kick off sequences without brittle API scripts.
Handle millions of events per minute without losing a single Acumatica or Treasuredata record.
Track your Acumatica ⇄ Treasuredata sync health, view errors, and replay failed events in one click.
Transform legacy EDI complexity into simple database interactions between Acumatica and Treasuredata.
Configure and sync within minutes, no code. Whether you sync 50k or 100M+ records, Stacksync handles the queues, infra, and plumbing. Integrations are non-invasive and need zero setup on your systems.
Authenticate Acumatica and Treasuredata with each platform's native method — OAuth, API keys, or service accounts — plus secure options like SSH tunneling, IP whitelisting, and VPC peering.
Pick the Acumatica and Treasuredata objects to sync — Stacksync auto-detects both schemas, including custom fields where the platform exposes them. Sync to existing tables, or let Stacksync create new ones with ideal data types.
Fields map automatically even when names and types differ. Stacksync handles transformation and type casting for you, zero configuration required.
Yes. Stacksync provides a managed, real-time two-way integration between Acumatica and Treasuredata: authenticate both systems, choose the objects to sync (such as Acumatica's Opportunities and Cases and Customers), map fields visually, and changes propagate both ways in milliseconds — no code required.
Change detection on Acumatica: Push notifications configurable on data changes, plus polling on LastModifiedDateTime fields. On Treasuredata: Polling on the mandatory `time` column (Unix-epoch partition key) or an updated-at column; TD stores append-oriented columnar data with no per-row CDC stream, so incremental syncs query for rows past a stored watermark. Each detected change propagates to the other side in milliseconds, with field-level conflict resolution and an inspectable event log.
On the Treasuredata side: Query Jobs, Databases, Tables, Master (Parent) Segments, plus custom fields where Treasuredata exposes them. On the Acumatica side: Opportunities and Cases, Customers, Vendors, Sales Orders. Stacksync auto-detects both schemas and converts types between the two systems.
Yes. Each object mapping can be bidirectional or restricted to a single direction (both systems accept writes). Read-only mirrors, one-way pushes, and full two-way sync can be mixed in the same integration.
Common patterns for Acumatica and Treasuredata: Where Acumatica runs order-to-cash: customer and account analytics; Where Acumatica runs operations: inventory and fulfillment metrics; Where Acumatica is the HR system of record: workforce and cost analysis. Orders, invoices, and account records from Acumatica join the behavioral and usage data Treasuredata already tracks, so customer analysis spans activity and dollars in one view.
Acumatica: Contract-based REST API (JSON over versioned endpoints), plus SOAP web services and OData access to Generic Inquiries. Authentication: OAuth 2.0 or cookie-based session login with Acumatica credentials. Treasuredata: TD API v3 (REST) for databases, tables, and jobs, plus the Audience API (REST) for CDP segments and journeys. Authentication: API key sent as an `Authorization: TD1 <api_key>` header (per-user or account key from the TD Console); requests go to the region-specific endpoint (e.g. api.treasuredata.com for US, with separate EU and Tokyo endpoints). Stacksync manages authentication, retries, and rate limits on both sides.
As a data company, we understand the importance of keeping your data secure. Stacksync is built with security best practices to keep your data safe at every layer, and is DPF-certified for US, EU, UK and CH data transfers.
Let your users access Stacksync from your centralized user management systems. Works with Okta, Azure, Google SSO and more.
Immediately get alerted about record syncing issues over email, Slack, PagerDuty and WhatsApp. Resolve issues from a centralized dashboard with retry and revert options.
Securely connects to your systems with:
Every pair below is a real-time, two-way sync. Search all 390 integrations available for Acumatica and Treasuredata.