Gmail is the integration settings 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/gmail where administrators configure the sender email address used when the organization routes outbound platform email through Google Workspace (Gmail).
Overview
The page usesuseOrganization() to resolve the current org and renders a GmailSenderCard when an organization ID is available. The sender card is where the actual Gmail email address is entered and saved. The entire page is wrapped in a RequirePermission gate for pf.integrations.manage.
This page is specific to Gmail. For general integration management, see Integrations.
Who it’s for
Requires permissionpf.integrations.manage.
Before you start
- Your organization must use Google Workspace as its email provider.
- Confirm with IT that the intended sender address is a verified Google Workspace address for your domain.
- You must hold
pf.integrations.managepermission.
Steps
- Navigate to Settings → Integrations → Gmail (
/settings/integrations/gmail). - Review the current sender email configuration in the Gmail Sender card.
- Enter or update the sender email address.
- Save the configuration.
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/GmailSettingsPage.tsx
- src/platform/settings/components/GmailSenderCard.tsx