Troubleshooting
Widget shows “No tickets” even though the client has tickets
Check:
- Is
client_external_idprovided in the widget configuration? - Is signature verification enabled in the desk settings?
- Is the
signaturecorrectly calculated? - Do the existing tickets have the same
client_external_idassigned?
Widget shows only the form, not the list of tickets
This is normal behavior when:
-
client_external_idwas not passed in the widget configuration - Signature verification is disabled
For the client to see their tickets:
- Enable signature verification in the desk
- Pass
client_external_idand the correctsignature
Widget styles are not working
Make sure you added the link to the CSS before the widget div element:
<link rel="stylesheet" href="https://your-domain.sugester2.pl/helpdesk/desks/widget.css">
Widget does not load / JavaScript error
Check:
- Does
account_urlpoint to the correct address of your account? - Is
desk_tokencorrect (you can find it in the desk settings)? - Are there any CORS errors - the widget must be embedded on an HTTPS page?
- Open the browser console (F12) and check for error messages.
Client is not receiving email notifications
Check:
- Is there a mailbox assigned to the desk?
- Are the email templates filled out?
- Is the “Send email” option checked when creating a ticket/comment?
- Is the client’s email correct?
- Check the client’s spam folder.
Ticket does not have an assigned client from CRM
Tickets are linked to clients by:
-
client_email- matching by email address -
client_external_id- matching by external ID
If the client is not linked:
- Check if the client exists in the CRM
- Check if the email/external_id matches
- You can manually assign the client by editing the ticket.