Get workspace helpdesk settings
Retrieves workspace-wide helpdesk settings including default configurations and email account settings.
What is Helpdesk? Helpdesk is an automated email-to-task conversion system that transforms incoming emails into tasks. When enabled, the system automatically:
- Pulls emails from configured email accounts (IMAP, Gmail, Microsoft Graph)
- Converts emails into tasks with proper assignment, priority, and categorization
- Sends automatic replies to new senders (if configured)
- Links emails to tasks for full conversation history
What is returned:
- Workspace settings: Global helpdesk configuration including:
isHelpdeskEnabled: Whether helpdesk is enabled for the workspacedefaultSettings: Default task creation settings (project, type, status, priority, assignment)defaultReplyBody: HTML template for automatic replies (supports variables liketaskNumber)sendDefaultReply: Whether to automatically send replies to new senders
- Email account settings: List of all email accounts with their helpdesk status:
- Each account shows if helpdesk is enabled
- Account-specific overrides that override workspace defaults
- Settings include task defaults, auto-reply configuration, and assignment rules
Settings inheritance: Email accounts can override workspace defaults. When an account has its own settings:
- Non-null fields override workspace defaults
- Null fields inherit from workspace defaults
sendDefaultReplysupports 3-state inheritance:null(use default),true(enabled),false(disabled)
Note: This endpoint requires the WsSettings.manageSettings permission.
/helpdesk/settingsAuthorizationOAuth2 access token · headerrequiredapi:readAuthorizationBearer token (JWT) · headerrequiredWorkspace helpdesk settings retrieved successfully
emailAccountsobject[]requiredList of all email accounts in the workspace with their helpdesk settings. Each account can have account-specific overrides that override workspace defaults. Accounts without specific settings will use workspace defaults.
workspaceobjectrequiredWorkspace-wide helpdesk settings including the global enabled flag and default task creation settings. These settings serve as the base configuration for all helpdesk operations in the workspace.
Unauthorized - Invalid or missing authentication token
Forbidden - Insufficient API scopes or permissions