Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

Integrations is the hub page at /settings/integrations where administrators view and manage all active and available third-party integrations for the current organization, including telephony (RingCentral), email (Gmail/Google Workspace/Entra ID), and custom integrations.

Overview

The page uses useOrganization, useIntegrationMutation, useEntraConfig, useRingCentralSetup, and useTelephonySettings to show the current connection status for known integration types. The IntegrationList component renders all integrations. The IntegrationForm dialog supports creating and editing integrations. Status indicators show whether Gmail, RingCentral, and Entra are configured. Sub-pages for specific integrations include:
  • /settings/integrations/gmailGmail
  • /settings/integrations/entra — Entra ID (see Entra docs)
  • /settings/integrations/ringcentral — RingCentral
  • /settings/integrations/:integrationIdIntegration Details

Who it’s for

Requires permission pf.integrations.view. Creating and editing integrations additionally requires pf.integrations.manage (enforced in IntegrationDetail).

Before you start

  • You must hold pf.integrations.view.
  • Consult your IT team before adding or modifying integration credentials.

Steps

  1. Navigate to Settings → Integrations (/settings/integrations).
  2. Review the list of integrations and their connection status indicators.
  3. To add a new integration, click Add Integration and complete the form dialog.
  4. To edit an existing integration, click the edit action on its row.
  5. To view full details for an integration, click its row to navigate to /settings/integrations/:integrationId.

Platform Foundation

Platform Foundation overview.

Governance & parity

This page documents shipped product behavior. It is not medical, legal, or billing advice. Verify against your organization’s policies and applicable regulations before using it for clinical, compliance, or billing decisions. Protected health information (PHI) shown in the product is governed by your tenant’s access controls and is never exposed in this documentation.
  • src/routes/platform.tsx
  • src/platform/settings/pages/IntegrationsPage.tsx
  • src/platform/integrations/hooks/useIntegrationMutation.ts