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 [email protected].
const attachment_error_image = (attachment) => { const parentElement = attachment.parentElement; const defaultIcon = `
`; parentElement.innerHTML = defaultIcon; };Updated about 2 months ago