You will need the API Key to integrate with ProdPad. 

Please find the API key in your 'Profile Settings -> API Key' section & enter it here.

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; };