Docs
Feature GuidesSettings

Settings

Configure your VoiceCenter account with API keys, webhooks, security controls, and platform preferences.

Who should read this:Administrators

The Settings section contains your account-level configuration. From API integrations to security controls, everything that governs how your VoiceCenter tenant behaves is managed here.

Settings Modules

ModuleDescription
General SettingsAPI keys, webhooks, IP allowlist, and platform configuration

What You Can Configure

Settings are split into functional areas:

AreaDescriptionStatus
GeneralTenant profile and company informationWorking
API KeysCreate and manage scoped API keys for integrationsWorking
WebhooksConfigure HTTP endpoints to receive event notificationsWorking
IP AllowlistRestrict API and portal access to trusted IP addressesWorking
Email / SMTPOutbound email configuration for notifications and alertsEnvironment-driven

Email/SMTP settings are configured through environment variables on the API server (SMTP_HOST, SMTP_PORT, SMTP_USER, SMTP_PASS, SMTP_FROM), not through the settings page. The settings page explains this to administrators.

Client vs. Provider Settings

Both the client portal and provider portal have settings pages, but they control different scopes:

SettingClient PortalProvider Portal
API KeysTenant-scoped keysProvider-scoped keys
WebhooksTenant events onlyPlatform-wide events
IP AllowlistRestricts the tenant's accessRestricts provider access
UsersTenant users (managed via Team)Provider staff (managed via Admin)

Security Best Practices

  • Rotate API keys regularly. Keys can be rotated without downtime; the old key is revoked when the new one is created.
  • Use IP allowlisting. If your integrations come from known IP addresses, restrict access to only those addresses.
  • Test webhooks before relying on them. Use the built-in test button to verify your endpoint receives and processes events correctly.
  • Limit key scopes. Create separate keys for different integrations, each with only the permissions it needs.

Related Articles