Home / Documentation / How to Setup a Call Center from Scratch in India

How to Setup a Call Center from Scratch in India

V4.0

Documentation Not Found

The requested documentation node is currently offline or unauthorized.

"; const sourceHTML = header + content + footer; const source = 'data:application/vnd.ms-word;charset=utf-8,' + encodeURIComponent(sourceHTML); const fileDownload = document.createElement("a"); document.body.appendChild(fileDownload); fileDownload.href = source; fileDownload.download = 'How_to_Setup_a_Call_Center_from_Scratch_in_India_Documentation.doc'; fileDownload.click(); document.body.removeChild(fileDownload); }