Getting Started with DeskDirector
Service Catalogue
Forms
Getting started with DeskDirector Forms
DeskDirector Forms - Question Types in Detail
DeskDirector Forms - Dynamic Fields
DeskDirector Forms - Dynamic Fields Implementation Example
DeskDirector Forms - Sections and Conditionals
DeskDirector Forms - Embed content
DeskDirector Forms - Replace Summary Field with Title Automation
DeskDirector Forms - Dynamic content
DeskDirector Forms - Field value format for automation
Service Catalogue
Service Types
Service Groups
Enable or Disable the 'Something Else' Option
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
Tickets & Chats
A walk through all the fields available in DeskDirector forms
Getting Started with Custom Branding
Getting Started with Custom Menus
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
Managing Members/Resources Profile
Enabling Master Admin
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
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
Real-Time Chats
Macros
Menus
Menu Items
Notifications
Email Notifications
Email Template Engine
Surveys
Broadcasts
Custom Branding
Easy Integrations
Analytics
Other DeskDirector Features
Ticket Dynamic Contents
The Learning Center
Webhooks
Workflows
Group Tags
File Storage
Integrations
ConnectBooster
Wise-Pay
QuoteWerks
ConnectWise Sell (previously Quosal)
How to configure ConnectWise Sell (previously Quosal) Order Porter integration
Adding ConnectWise Sell (previously Quosal) Order Porter Link to Opportunity
Microsoft Flow (Power Automate)
Get started with the DeskDirector Power Automate Connector
Power Automate Administration
Power Automate Template Gallery
Featured Solution: Teams Ticket Discussion
Featured Solution: Ticket Briefing
DeskDirector Connector Triggers
Action: Create an email from template
Power Automate Connector - Setting up your first flow
Getting Support for the DeskDirector Connector for Power Automate
AutoTask
StreamlineIT for DeskDirector Tech Portal
ConnectWise
ConnectWise Quotes & Invoices
TimeZest integration with DeskDirector
ConnectWise - Avoid Aggressive Notifications
BiggerBrains
Logging the ConnectWise API
OneNote Notebooks
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
Troubleshooting
APIs and Integration
ConnectWise 2019.5+
Autotask integration major update 2022
ConnectWise Member Impersonation
Autotask Resource Impersonation
Autotask 2020.3 integration (API) resource migration
Third-party integration with DeskDirector
Authentication
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
Setting up your custom domain
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?
Other Articles
Login & Authentication - Common Issues
DeskDirector Desktop App - Installation Issues
Tickets & Chats - Common Issues
Contact & Service Agent Impersonation
ConnectWise Integration - Common Issues
Diagnose Entities Tool
PSA Integration - Common Issues
Approvals - Common Issues
Troubleshooting via Web Developer Tools
Switching PSA or merging with another CW/AT instance
How to Allow Time Entries for StreamlineIT Members
Email & Email Delivery - Common Issues
Essential and Dynamic Plan Breakdown
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
- All Categories
- Advanced Use
- Subscribing to Chat Webhooks
Subscribing to Chat Webhooks
DeskDirector can call webhooks whenever a chat session is created or updated. This is a really powerful way to customize your chat workflow. The following steps assume you already have an http endpoint setup to send data to, we do not currently have a guide to help you do this. If you are comfortable with Zapier or Flow you shouldn't have a problem with following this guide.
Step 1: Head to the webhook page
This can be found in your admin console under Advanced > Developer Corner. Once in the page, enable the webhooks feature by checking the box. Once done, go to Advanced > Webhook

Step 2: Add a new webhook subscription
To create a chat webhook, click on the dropdown arrow beside "Create Webhook" then select Add Chat Webhook . Provide the information needed to setup the chat webhook like Description, Receiver URL and select which chat event you want for the webhook.

Step 3: Test your webhook
Create a chat session and verify that the payload is reaching your endpoint. To check what the payload should look like, see here.
What can I do with this?
Some ideas:
- Send an email to a manager whenever a chat session is abandoned by a user
- Alternatively you could create a ticket inside your PSA to make sure someone follows up
- Send an email to your technicians if a chat session remains in the 'handled' status for more than 1 hour. It's unlikely that a chat session is ongoing for more than an hour, so this is a good reminder for your technicians to close their chat sessions and create tickets.
Chat Webhook Payload
The payload will contain a list of events. Each event represent one of chat sessions change. Below are explaination for some of properties.
You can use website such as https://webhook.site to test out webhook payload. Then use either Zapier or other automation tool to trigger notification.
By using Zapier, you can broadcast to Microsoft Teams, Slacks etc.
- status:
- created, - session been created
- handled, - session been handled by one of technician
- missed, - user left session without been answered
- callback, - user left session and setup callback info
- completed - session been closed
- pastStatus: a list of past status.
- type:
- request - chat request from end user. (portal)
- push - push chat, which initialized by technician from TECH
- reference: If the chat is regarding to a ticket, type will be ticket and id will be ticket id.
- creator: User who created this chat session. it can be member or contact.
- targetUsers: Chat invitation list. When invite other user, they will be inside target users list first, if they accept, it will move under users list.
- users: Who is inside this chat session.
- partitions: All the users who have ever been entered this chat session.
[
{
"msp": "dd",
"id": "1586985009-627B",
"name": "Test",
"type": "request",
"status": "handled",
"pastStatus": ["created", "handled"],
"report": {
"creatorWaited": null,
"handledDateTime": null,
"chatDuration": null
},
"reference": {
"type": "ticket",
"id": "22282"
},
"creator": {
"entityId": 106,
"name": "Jason He",
"userId": "dd~c~106",
"company": {
"entityId": 19348,
"name": "DeskDirector",
"identifier": "DeskDirectorLtd"
}
},
"callback": null,
"targetUsers": [],
"closeRecord": null,
"users": [
{
"entityId": 106,
"name": "Jason He",
"userId": "dd~c~106",
"company": {
"entityId": 19348,
"name": "DeskDirector",
"identifier": "DeskDirectorLtd"
}
}
],
"participants": [
{
"entityId": 106,
"name": "Jason He",
"userId": "dd~c~106",
"company": {
"entityId": 19348,
"name": "DeskDirector",
"identifier": "DeskDirectorLtd"
}
}
],
"lastMessageId": null,
"createdDateTime": "2020-04-15T21:10:09.5895683Z",
"lastModifiedDateTime": "2020-04-15T21:12:00.9897216Z",
"meta": {
"canAccess": true
}
}
]