Integrations is the hub page atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/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 usesuseOrganization, 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/gmail— Gmail/settings/integrations/entra— Entra ID (see Entra docs)/settings/integrations/ringcentral— RingCentral/settings/integrations/:integrationId— Integration Details
Who it’s for
Requires permissionpf.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
- Navigate to Settings → Integrations (
/settings/integrations). - Review the list of integrations and their connection status indicators.
- To add a new integration, click Add Integration and complete the form dialog.
- To edit an existing integration, click the edit action on its row.
- To view full details for an integration, click its row to navigate to
/settings/integrations/:integrationId.
Related
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.
Documentation sources
Documentation sources
- src/routes/platform.tsx
- src/platform/settings/pages/IntegrationsPage.tsx
- src/platform/integrations/hooks/useIntegrationMutation.ts