Widget Test Page
Configuration
Installation Code
<script>
(function () {
var s = document.createElement('script');
s.src = "/tooldesk-widget.js";
s.async = true;
s.onload = function () {
window.Tooldesk.initialize({
companyId: "d6582277-83e4-4fa2-a1ac-0dead6599a97"
});
};
document.head.appendChild(s);
})();
</script>
form
Preview
The widget should appear in the bottom right corner.