MongoDB
Record types covered in the setup guide
| Object or data type | Coverage and checks |
|---|---|
| Collections | See connector requirements. Confirm field permissions and sync direction. |
Keep supported MongoDB and Zendesk records aligned with two-way data sync. Give each team access to current data while controlling which system can update each field.
Build around your records
Select supported objects, map their fields, and choose which system owns each update.
Explore record coverageStart with the work your team needs to complete: keep records up to date, make operational data available for reporting, or move data to a new system. Choose one MongoDB and Zendesk workflow to test, define what success looks like, and decide who handles failed updates.
Start with the business process that needs reliable, shared data.
Compare the record types in MongoDB and Zendesk, then choose the ones your workflow needs. Check each record's read and write support before mapping fields between systems.
Record types covered in the setup guide
| Object or data type | Coverage and checks |
|---|---|
| Collections | See connector requirements. Confirm field permissions and sync direction. |
Record types covered in the setup guide
| Object or data type | Coverage and checks |
|---|---|
| Tickets | ✅ Supported. Confirm field permissions and sync direction. |
| Tickets Comments | ✅ Supported. Confirm field permissions and sync direction. |
| Users | ✅ Supported. Confirm field permissions and sync direction. |
| Organizations | :clock1: On Request. Confirm field permissions and sync direction. |
| Object or data type | Coverage and checks |
|---|---|
| Attachments | :clock1: On Request. Confirm field permissions and sync direction. |
| Ticket Forms | :clock1: On Request. Confirm field permissions and sync direction. |
Documentation reviewed 2026-09-15. Check the linked guides for current account and record requirements.
Documentation reviewed 2026-09-15. Check the linked guides for current account and record requirements.
Use the worksheets and reference checks to capture record identity, ownership, and the result your business expects.
Implementation reference
Keep each record tied to its source ID. Use the references below to choose field owners and preserve relationships between records.
Download the mapping worksheetCSV · No email required · Record matching, ownership, and test cases
Plan a support case or ticket dataset while preserving its source meaning.
Retain the ticket ID and distinguish parent tickets, follow-ups, and merged cases.
Agree which queue controls status and assignee; keep private comments distinct from public replies.
References: Zendesk: Tickets documentation
Plan a company dataset while preserving its source meaning.
Retain the source company ID and the destination customer/company ID. Separate legal entities, subsidiaries, and business units; a shared name or web domain is insufficient.
Assign ownership separately for relationship details and finance-controlled billing details.
References: Zendesk: Organizations documentation
Plan a application user or identity dataset while preserving its source meaning.
Use the immutable user ID within the tenant or directory. Do not equate an application user with a CRM customer contact.
Identity and application owners approve account lifecycle and access changes; synchronize only approved attributes.
References: Zendesk: Users documentation
Plan a file or document metadata dataset while preserving its source meaning.
Keep file/object ID, container, and version. A path can change and a filename can repeat.
Separate document content, metadata, and sharing permissions; a metadata sync does not imply file transfer or ACL replication.
References: Zendesk: Attachments documentation
Architecture decision
Use MongoDB Proposed support case or ticket table in MongoDB (choose its name) and Zendesk Tickets for the first pilot. Verify its identity and permitted direction, then add dependent records only when the acceptance checks pass.
Workflow reference
Open a workflow to see its trigger, record relationships, and expected result.
Starting event: A change to the selected Proposed support case or ticket table in MongoDB (choose its name) or Tickets record needs a defined result in the other system.
Expected result: Test a merged ticket, a private note, a reopened case, and an attachment with restricted access.
If it fails: Check whether a reply or notification was already sent before replaying ticket actions.
Starting event: A change to the selected Proposed company table in MongoDB (choose its name) or Organizations record needs a defined result in the other system.
Expected result: Use two organizations with similar names and one with multiple business units. Verify that an update reaches the intended entity only.
If it fails: Repair the cross-system ID relationship before retrying dependent records; do not merge companies solely to remove a sync error.
Starting event: A change to the selected Proposed application user or identity table in MongoDB (choose its name) or Users record needs a defined result in the other system.
Expected result: Test a renamed login, disabled account, missing group, and a user existing in two tenants.
If it fails: Review access impact before retrying a lifecycle change; reconcile current identity state and retain an approval trail.
Starting event: A business event involving Documents or Embedded documents and arrays needs a defined response involving Tickets or Users.
Expected result: An example input has an unambiguous destination and expected result; repeated delivery produces only the intended change.
If it fails: Resolve missing identity or ambiguous business meaning before retrying; route unsupported operations to the implementation owner.
Production readiness
Keep both record IDs with the expected and actual result. Reconcile the same filters and time window in each system.
Test a merged ticket, a private note, a reopened case, and an attachment with restricted access.
The expected support case or ticket relationship is preserved with no duplicate action or unintended write.
Use two organizations with similar names and one with multiple business units. Verify that an update reaches the intended entity only.
The expected company relationship is preserved with no duplicate action or unintended write.
Test a renamed login, disabled account, missing group, and a user existing in two tenants.
The expected application user or identity relationship is preserved with no duplicate action or unintended write.
Test a renamed file, a new version, a moved folder, and an access-restricted document.
The expected file or document metadata relationship is preserved with no duplicate action or unintended write.
Check that each connected account can read and write the chosen objects. Exercise both directions with a test record before enabling production changes.
Only an approved, supported direction and permitted fields are written.
Measure source and destination times for the selected records under normal load and a burst. Reconcile IDs and values using the same filters and cutoff.
The process meets its agreed freshness target and reconciliation has no unexplained differences.
Failure recovery
Start with the failed record and the destination error, then inspect the source value, field requirements, and access.
Inspect MongoDB Proposed support case or ticket table in MongoDB (choose its name) and Zendesk Tickets, their IDs, and the destination error.
Check whether a reply or notification was already sent before replaying ticket actions.
Inspect MongoDB Proposed company table in MongoDB (choose its name) and Zendesk Organizations, their IDs, and the destination error.
Repair the cross-system ID relationship before retrying dependent records; do not merge companies solely to remove a sync error.
Inspect MongoDB Proposed application user or identity table in MongoDB (choose its name) and Zendesk Users, their IDs, and the destination error.
Review access impact before retrying a lifecycle change; reconcile current identity state and retain an approval trail.
Check the MongoDB and Zendesk connector guides, account permissions, and any operations marked On Request.
Ask the integration team to confirm a supported way to handle that record. Verify whether it needs connector configuration or a separate workflow step.
Compare current source values, destination validation, identity mappings, and any side effects already completed.
Stacksync issue retry reads the current source state. Decide the intended state before retrying or reverting; reconcile downstream effects separately.
Read the Stacksync issues dashboard guide for retry and revert behavior.
See how each system detects changes and which updates the other system can receive. Each direction has its own permissions and record requirements.
Detect changesStacksync uses MongoDB oplog and change streams. A replica set is required, including for a single-node deployment.
Apply updatesSelected writable fields update in Zendesk. Its permissions and validation rules still apply; rejected records can be inspected in the Issues dashboard.
Detect changesThe saved Stacksync guide does not specify the change-detection mechanism. Confirm it for the selected objects.
Apply updatesSelected writable fields update in MongoDB. Its permissions and validation rules still apply; rejected records can be inspected in the Issues dashboard.
Set up both accounts before testing the mapping. Use test records where available, and identify the account administrator who can approve access and help resolve setup errors.
Setup guides: Authorize Zendesk
Record the fields each system can update, the first-load cutoff, both record IDs, the expected update delay, and who handles errors. Complete the tests before production before expanding to more records.
Use the MongoDB and Zendesk planning worksheet to capture these decisions. Record the access owner in the worksheet and enter credentials only in the connection setup.
Stacksync connects MongoDB and Zendesk with two-way sync for supported records. Authorize the accounts, select the record types, and map compatible fields. Both connectors support reading and writing; object permissions determine the available fields. Use the Issues dashboard to inspect and resolve rejected updates.
Both connectors support reading and writing data, but the chosen objects and fields must also permit both directions. Read-only fields remain one-way. Stacksync database-view sync is one-way; it does not write back to the view.
Prepare both accounts, the selected object schemas, stable source and destination IDs, and the expected outcome. Use auto-generated ObjectId values for collection _id keys and run the database as a replica set. Provide the Zendesk subdomain in the Stacksync connection form and authorize the app. Use the pair worksheet to record ownership and acceptance criteria.
Measure initial-load and ongoing-change latency separately. Source detection, selected objects, account limits, and destination validation determine the observed delay.
No. Stacksync documents that pre-existing duplicates are not merged automatically when two-way sync begins. Review the initial dataset and matching plan before enabling it; an empty destination can simplify the first load.
Start with one business entity and a stable record ID. Map a small set of editable fields with compatible types, test required values and relationships, then expand after the pilot passes.
Check the destination error, field constraints, permissions, and current source value. The Stacksync issues dashboard supports retry and revert; retry reads current source values, so verify the intended record state before acting.
Use the current Stacksync pricing page and confirm the supported implementation with the team. Scope the required objects, record volume, update frequency, initial load, and support needs when comparing a managed connector with native or custom development.
Start by reviewing Proposed support case or ticket table in MongoDB (choose its name) in MongoDB and Tickets in Zendesk. Check how these records relate in your workflow, then confirm the actual fields and supported operations. Test record matching and one failed or repeated update before adding more records.
Use MongoDB Proposed support case or ticket table in MongoDB (choose its name) and Zendesk Tickets for the first pilot. Verify its identity and permitted direction, then add dependent records only when the acceptance checks pass.
Explore another route involving one of these systems.
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:
Review documented support, sync direction, and setup requirements on each pair page. Search all 541 integrations listed for MongoDB and Zendesk.