Skip to main content

Callaro aims for predictable availability and controlled maintenance windows.

Customers should align on service expectations, incident communication, and integration-side resilience before production launch.

Availability and communication model

  • Status communication endpoint: https://status.callaro.ai
  • Incident updates: published during active service impact windows
  • Planned maintenance: announced in advance for customer-impacting changes

Customer integration expectations

1

Implement retry and timeout policy

Configure exponential backoff for transient failures and keep strict timeout ceilings in all automation workers.
2

Design idempotent write paths

Billing, CRM updates, and webhook consumers should tolerate duplicate delivery and replay safely.
3

Monitor endpoint-family health

Separate dashboarding for auth failures, webhook failures, and call execution API failures.
4

Define escalation ownership

Keep a named primary owner and backup owner for incident response in your integration team.

Support and escalation workflow

SeverityTypical triggerExpected customer action
CriticalMajor call execution or API unavailabilityInitiate incident bridge, pause non-essential writes, monitor status page
HighPartial degradation (for example delayed webhooks)Enable fallback/retry mode, notify operators
MediumIsolated endpoint issuesQueue retries and continue monitored execution
SLA and support commitments may vary by contract tier. Use your enterprise agreement as the governing document for formal service guarantees.