How to customize 'Document Saved' message?

How to customize 'Document Saved' message?

Office Integrator 'Saved Message' in the Zoho Editors by default will be shown as below:

For Writer Editor 

For Sheet Editor    

For Presentation Editor  

For PDF Editor 
 
However, there might be cases where you would like to use a name or you may have a specific product brand that you would wish to display.

For example: Document/Spreadsheet/Presentation/PDF 'Saved to UnivApp’. In this case, user has the privilege to control the message and change it.

When the 'save_url' (location where the document/sheet/presentation/pdf needs to be stored when save button is clicked)  is invoked from our end, you need to provide the Success response (when the file is saved successfully) and the Failure response (when the file cannot be saved). 

Once the latest content pushed from our end reaches your server when the 'Save' is triggered, you will be returning a save response to us confirming the action. The document saved success or failure responses should be provided as a properties file in the below mentioned format inside the save response which you return.

Alert
Syntax:
format: "RESPONSE=<response string>'  // The message that needs to be displayed once the document is saved should be given in the <response string>.

Once you send the responses which needs to be displayed in both success and failure cases, we will go ahead and integrate the messages from our end. Thus, Saved Message of the Editors can be customized as per your requirement.

Notes
Note:
  1. If you fail to send the response message, then we will set the default message as shown above. 
  2. The document save message can be customized only in Zoho Writer and Sheet services now.