Integrations · Practical guide
Zintara integration reconciliation: detect missing and conflicting state
Compare durable business state on a schedule so best-effort notifications are not your only evidence of change.
Reviewed · Examples are illustrative
Who this helps: Operators connecting and reconciling outreach systems.
Define the decision
Reconciliation asks whether two systems agree on the fields and scope they are supposed to share. It is separate from replaying every event. Zintara’s current webhook envelope does not provide a durable event log or stable event ID.
Work through the procedure
- Define the exact entities and fields each system owns.
- Fetch supported data with workspace-bound read scopes and recorded pagination boundaries.
- Compare stable identities and retain differences in a review queue.
- Apply only approved repeat-safe corrections.
- Report unresolved gaps and the time covered by the pass.
Worked example
The following is a synthetic example for this procedure, not a customer result or performance benchmark.
Reconciliation result: 120 source leads checked
3 destination records missing
2 status conflicts requiring review
0 automatic re-enrollments
Completion means the comparison ran, not that every conflict was safe to resolve automatically.Read the result
A useful report separates missing data from conflicting meaning. An absent reply notification cannot be repaired by guessing that the lead never replied, and a lead-list API may not expose every desired inbox fact.
Check before moving on
- Check source capability before promising completeness.
- Deduplicate paginated records by identity and account for concurrent changes.
Limits and next action
Keep destructive or sending-related corrections behind an explicit review decision. Reconciliation should not turn a transient mismatch into repeated contact.
Source references
Worked examples are illustrative. Editorial procedures are suggested methods, not measured performance claims or promises of additional product features.
Related guides
- Zintara Slack notifications: connect a channel and select events →
- Zintara API pagination: walk lead pages and reconcile changing data →
- Zintara API rate-limit handling: bound retries without inventing a quota →