Settings

Configure your CommuLand workspace from the Settings page. Manage team members, integrations, and billing.

Settings Sections

Usage & Credits

View your organization's credit balance and usage history. See how many credits have been consumed and what operations consumed them.

Billing

Manage your subscription plan, view invoices, and top up credits. See Billing & Credits for details.

Integrations

Configure Telegram bot and Resend email integrations. Each integration requires API keys/tokens that are encrypted at rest.

Integration Settings

Telegram

Bot Token

The token from @BotFather. Encrypted at rest.

Webhook Secret (optional)

Additional security layer for webhook validation.

See the full Telegram setup guide.

Resend (Email)

Resend API Key

Your Resend API key for sending and receiving email.

From Email

The sender email address for outgoing emails.

Webhook Secret

Svix signing secret for verifying inbound webhooks.

See the full Email integration guide.

Tenant Key

Your tenant key is a unique identifier used in webhook URLs to route requests to your organization. It appears on the Integrations settings page.

Important: If you rotate your tenant key, all existing webhook URLs (Telegram, Resend) will stop working immediately. You must reconfigure the webhooks with the new tenant key.

Team Roles

OwnerFull access to all features, billing, and integrations.
AdminCan manage integrations and CRM data. Cannot manage billing.
MemberCan view and edit CRM data. Cannot change settings or integrations.

Security

  • Integration secrets (API keys, tokens) are encrypted at rest using AES-256-GCM.
  • API responses never return raw secrets — only masked status is shown.
  • All CRM data is tenant-scoped — no cross-organization data access is possible.
  • Authentication is managed by Clerk with secure session management.