Documentation Index
Fetch the complete documentation index at: https://docs.zentien.io/llms.txt
Use this file to discover all available pages before exploring further.
What is Zentien?
Zentien is a Salesforce reliability monitoring platform. It captures Apex exceptions, Flow faults, and integration failures in real time and routes them to a centralised dashboard with Slack and email alerts. The problem it solves: Salesforce orgs have no single place to see what is breaking. Flow error emails go unread, debug logs expire, and most teams find out about failures from users filing tickets. Zentien fixes that.What you get
Error Monitoring
Apex exceptions, Flow faults, and integration failures — captured in real time, grouped and deduplicated.
Salesforce Pulse
Org health dashboard: job runs, scheduled jobs, governor limit trends, and anomaly detection.
Infrastructure Checks
HTTP, TCP, and heartbeat monitors for your external APIs, databases, and services.
Correlation
See infrastructure outages and Salesforce error spikes side by side to find root causes faster.
Smart Alerts
Route notifications to Slack, Microsoft Teams, or email. Save reusable channels and apply them everywhere.
AI Error Analysis
One-click root cause analysis and suggested fix for any error, powered by AI.
Jira Integration
Create Jira tickets directly from any error group. Link stays attached to the error.
Callout Monitoring
Track every outbound HTTP callout from your org — duration, status code, failures.
What you install in Salesforce
The Zentien package is fully open source — you can inspect every line:| Component | Type | Purpose |
|---|---|---|
ErrorEvent__e | Platform Event | Carries error data to Zentien in real time |
ErrorLogger.cls | Apex Class | Call from try/catch blocks to log handled errors |
CalloutEvent__e | Platform Event | Carries outbound callout data to Zentien |
ZentienHttpCallout.cls | Apex Class | Drop-in wrapper for Http.send() to track callouts |
Zentien_Log_Flow_Error | Flow | Subflow to add to any Flow fault path |
Next steps
Quickstart
Get up and running in under 10 minutes.