Elegovate Docs

Status and SLA

Service availability, maintenance windows, and service level objectives.

Status and SLA

Real-time status

Check operational status for APIs and panels at:

If the status page is unavailable, verify connectivity with a GET to the OpenAPI schema:

curl -s -o /dev/null -w "%{http_code}" \
  https://api.notify.elegovate.com/api/v1/schema/integrators/

A 200 response means the API is reachable.

Covered components

ServiceDescription
Notify API (v1)Public send, OpenAPI schema, webhooks
Notify panelTemplates, projects, and messages UI
Documentationdocs.elegovate.com

SLA targets (indicative)

Final values depend on your plan. For production integrators:

MetricMonthly target
Notify API availability99.5 %
API response time p95< 500 ms
Queue processing p95< 2 min

Formal SLAs are defined in your service agreement. For enterprise terms, contact sales.

Maintenance

  • Planned windows are announced at least 48 h ahead on the status page.
  • Documentation deployments do not affect the production API.

Incidents

During outages:

  1. Check the status page.
  2. Implement retries with backoff in your integration.
  3. Use Idempotency-Key to avoid duplicate sends when connectivity returns.
  4. Report prolonged incidents to support.

On this page