Integrations · Practical guide
Plan a custom Zintara integration around supported contracts
Write a capability and failure-handling brief before committing to a complete CRM or event-driven workflow.
Reviewed · Examples are illustrative
Who this helps: Operators connecting and reconciling outreach systems.
Define the decision
The existence of an API key and webhook screen does not establish support for every desired entity or event. A small proof of concept should expose missing capabilities before production data or sending decisions depend on them.
Work through the procedure
- Describe the business action and its source of truth.
- Map required reads, writes and events to reviewed supported routes.
- Record scope, workspace identity and field availability.
- Define retries, duplicate handling and reconciliation.
- Test a synthetic happy path and a deliberate failure before estimating rollout effort.
Worked example
The following is a synthetic example for this procedure, not a customer result or performance benchmark.
Requirement: create a CRM task after a positive reply
Available event: reply.received with email, subject and leadId
Missing evidence: positive sentiment and complete reply body
Design decision: human review or an additional supported context path is requiredRead the result
The brief makes the gap visible before developers implement an assumption. A subject containing yes is not a safe substitute for a reviewed positive-reply classification.
Check before moving on
- Include operational ownership and secret rotation.
- State what happens when a notification never arrives.
Limits and next action
Do not sell a custom integration as a native product feature. Confirm the deployed contract and keep unsupported requirements in the delivery scope.
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 →