Getting Started with DeskDirector
Pricing & Subscription Plans
Deskdirector - Sign up walk through
Managing your DeskDirector Subscription
Logging in to DeskDirector
Automatic Contact Creation
What is the DeskDirector Admin Portal?
What is the DeskDirector Tech Portal?
What is the DeskDirector Client Portal?
DeskDirector Roles and Permissions
Feature Configuration for PSA Integrations
Tickets & Chats
A walk through all the fields available in DeskDirector forms
Getting Started with Custom Branding
Getting Started with Custom Email Templates
Getting Started with Surveys
Notifications & Broadcasts
Getting Started with the Menu System
BiggerBrains & Learning Center
The Developer Corner
Embedding Help Page Media
Permissions in DeskDirector
Managing Contacts
Tickets Access
Profile Pictures
Office Hours
How User Authentication works in DeskDirector
Managing Members/Resources Profile
Enabling Master Admin
Get started with the DeskDirector Power Automate Connector
Top 10 Request Types
Using Markdown
Desktop Portal (Installed client) Vs. Web Portal (Web Client)
Managing Company Accounts
Monitoring Portal Usage
Service Radar
DeskDirector Desktop Portal
Main Tabs vs Ticket Tabs
Auditing and Analytics
Tech Portal Board/Queue Access Configuration
Features
Portal Customization
Service Catalogue
Forms
Getting started with DeskDirector Forms
DeskDirector Forms - Question Types in Detail
Dynamic Form Content
Communication
Actionable Messages for Emails
Real-Time Chats
Notifications
Email Notifications
Email Template Engine
Surveys
Broadcasts
Generative AI
DeskDirector with Generative AI
Setting up AI Service Providers
AI Assistants in DeskDirector
Custom Tools for AI Assistants
Knowledge Bases for AI Assistants
Ticket Summary for Tech Portal
Login & Authentication
User Groups
Approvals
Task Lists
Easy Integrations
Analytics
Dynamic Ticket Contents
The Learning Center
Webhooks
Events & Workflows
Group Tags
Custom Domains
File Storage
Integrations
ConnectWise
ConnectWise
ConnectWise Quotes & Invoices
StreamlineIT for DeskDirector Tech Portal
ConnectBooster
ConnectWise Sell
ConnectWise - Avoid Aggressive Notifications
Logging the ConnectWise API
AutoTask
QuoteWerks
Wise-Pay
TimeZest
BiggerBrains
OneNote Notebooks
Integrations - Frequently Asked Questions
Microsoft Teams App
Introducing the DeskDirector for Microsoft Team App
Setting up Content Security Policy (CSP)
Installing the Microsoft Teams App (Tech)
Setting up Tags for Teams Discussions (Tech)
Setting up DeskDirector for Microsoft Teams for your clients (Client mode)
Branding the DeskDirector Teams App
DeskDirector Teams App Notifications
User Groups Integration with Microsoft Teams
Troubleshooting
Advanced topic: Setting up Tech & Client Mode in the same tenancy
Integrating Microsoft Teams with DeskDirector Tech Portal
Smart Alerts for Tech Users
Release Notes - DeskDirector Teams App
Contact Support
Microsoft Power Automate
Actions
Solutions
Power Automate Template Gallery
Featured Solution: Teams Ticket Discussion
Featured Solution: Ticket Briefing
Introduction to Power Automate
Power Automate Connector - Setting up your first flow
DeskDirector Power Platform Connector Reference
DeskDirector Connector Triggers
Troubleshooting
Desktop Portal
Diagnosing DeskDirector Desktop Portal Issues
DD Portal for Mac: Labtech Deployment Guide
DDPortal removal tool - uninstalling Windows portals
Deploying DD Desktop Portal v5 via PowerShell
Desktop Portal v5 Installation & Common Issues
Instance & Account Queries
Contact Limits FAQs
Finding out what server your DeskDirector instance is on.
How search works in DeskDirector products
Portal and User Issues
User can't log in
DeskDirector Portal Browser Support
Contact can't login portal, the contact is missing in admin console but it is in ConnectWise
DeskDirector Tech Portal - How to take advantage of browser tabs
Add DeskDirector Tech Portal as a Custom Menu item inside ConnectWise Manage
Sign in with Microsoft Issue in Tech or Admin Console - "Need Admin Approval"
How do I add Tech Members/Contacts/Companies to my DeskDirector instance?
Time Stamps in DeskDirector Portal
Missing contacts or companies in DeskDirector but they are in my PSA
User Group FAQs
Chat permission granted but "Chat" option is missing on "Contact Support" page
How do we set a landing page for the client portal?
Troubleshooting via Web Developer Tools
Contact & Service Agent Impersonation
Diagnose Entities Tool
Login & Authentication - Common Issues
DeskDirector Desktop App - Installation Issues
Tickets & Chats - Common Issues
Approvals - Common Issues
Email & Email Delivery - Common Issues
PSA Integration - Common Issues
ConnectWise Integration - Common Issues
Autotask Integration - Common Issues
Switching PSA or merging with another CW/AT instance
Advanced Use
DeskDirector API
Subscribing to Chat Webhooks
Portal Deep Linking
Webhook Example with Zapier
Chat Session Payload
Get started with portal extension page demo
Dynamic content based on logged in user
Clean Tickets
Exporting Portal Usage
Security
Glossary
Release Notes
Client Portal
Server
Tech Portal
Portal Release Notes - Windows/macOS
Differences Between different Desktop Portal version
Portal Release Notes - Web Client
Release Notes in the Admin Portal
Archived
Table of Contents
- All Categories
- Integrations
- QuoteWerks
QuoteWerks
Updated
by Niamh Ferns
QuoteWerks Overview
DeskDirector integrates with QuoteWerks by having QuoteWerks send quote details and the Quote Valet URL to our database. These will then show under the recommendations section of DeskDirector.
Configuring Quotewerks
- Open your Admin Portal and head to
Integrations>QuoteWerksthen select Use QuoteWerks integration to enable it.
- Add quote statuses that you want clients to see as Open to the Open Status List
- Add quote statuses that you want clients to see as Closed to the Closed Status List
- Click Download Script button to download the QuoteWerks script
- Copy the downloaded file into the root of your QuoteWerks folder
- If you are using a QuoteWerks version lower than v5.2, add scripting lines to the SITE.ini file

- Open SITE.INI from the root of the QuoteWerks application folder
- Add the following lines to the end of the file
[Scripting]
BeforePrintDocument=deskdirector.qwscript
AfterSaveDocument=deskdirector.qwscript - Save
- If you are using QuoteWerks version v5.2 or later, create the following database entries:
- Open the settings manager in QuoteWerks (
Help>About>System>Settings Manager) - Create the following settings:
Table: SystemSettings
Section: Scripting
KeyName: AfterSaveDocument
KeyValue: C:\Applications\QuoteWerks\deskdirector.qwscript (point this to the script)
Table: SystemSettings
Section: Scripting
KeyName: BeforePrintDocument
KeyValue: C:\Applications\QuoteWerks\deskdirector.qwscript (point this to the script)
- Open the settings manager in QuoteWerks (
- Restart QuoteWerks
After you restart QuoteWerks whenever you Save or Print a quote it will update DeskDirector with the quote, including the QuoteValet URL and clients will start seeing these quotes in the DeskDirector client under the Quotes section.
Frequently Asked Questions
"When do the quotes show up?"
QuoteWerks quotes only show up in DeskDirector once they have been updated in a QuoteWerks instance that is running the DeskDirector integration script. This update will save the quotes to our database, from where we manage the quotes available to the users.
"What is the "Manage Quotes" button?"
This takes you to a dashboard view that shows all the quotes `received` (That are in our Database). From here you can manage which quotes will show up to clients.
Deleting a quote from managed quotes removes it from the clients view by deleting it from our database, not your QuoteWerks. This is due to issues where quote IDs where not matching after changes and quotes would get lost.