To connect Zluri with Teamwork Desk we need Domain and an API key.

We can get both of these from your Teamwork Desk account.
Access your Domain from your URL, for example "zluri.teamwork.com".
To access API key, click on top right to view profile -> API keys.
Create a new API key in the latest version by clicking on "create an API key".

If you are facing any trouble or need further assistance, please write to [email protected]

const attachment_error_image = (attachment) => { const parentElement = attachment.parentElement; const defaultIcon = `${attachment.dataset.extension}`; parentElement.innerHTML = defaultIcon; };