ProdPad
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 support@zluri.com.
const attachment_error_image = (attachment) => { const parentElement = attachment.parentElement; const defaultIcon = `
`; parentElement.innerHTML = defaultIcon; };Updated 5 months ago