What are the different ways the 'Save' can be triggered in Office Integrator?

What are the different ways the 'Save' can be triggered in Office Integrator?

We have three different ways to perform the 'Save' and they are listed below:

1. You can trigger the 'Save' using the  button present within the editor in the top right-corner.

2. If you have integrated our editor inside your application iframe, then you can perform the 'Save' using our postMessage Save Document API.

As of now, this option is available only in Zoho Writer service.


3. You can also trigger the 'Save' from your application server to the Zoho server using the APIKey. When you send the API open request, we will be generating a JSON success response which consists of a 'save_url' key


You can go ahead and use that 'save_url' to perform the 'Save' from your server to our server using the 'apikey' parameter.
How to invoke the 'save_url' from your application server?
  1. Get the save_url from the document open JSON response. 
  2. Pass your apikey value inside the 'apikey' parameter.
  3. Method Type: POST

Please refer this link to know how the input parameters are pushed back to the user after the save is performed.


    • Related Articles

    • Office Integrator - Introduction

      Zoho Office Integrator is an online, cloud-based solution that allows integration of its powerful document editors - Writer, Sheet, and Show - with the third-party web applications and services. Integrating Zoho Office Editors to your web-based ...
    • Zoho Office Integrator - Demo

      Once you have successfully logged in, you will be directed to the Zoho Office Integrator dashboard that will provide you with the most essential details of your account. Demo section is your playground where you can see how the integration works. You ...
    • Office Integrator - How are Documents Stored?

      Zoho Office Integrator enables your files to be viewed/edited in Zoho document editors and you have complete control of your data including storage. The only time your file resides (temporarily) in Zoho Servers is when you upload it for editing. Once ...
    • Office Integrator - Free Trial

      In order to make use of the Zoho Office Integrator, partners and businesses need to first "create a free Zoho account" and then proceed to "obtain an API key". Refer this link to integrate Zoho Office Integrator.  Please note that you can use upto 50 ...
    • Office Integrator - Tools & Resources

      We provide a tool called "Postman" to try out Office Integrator.  Postman is a widely used REST Client for API development and testing. Using Postman, you can build and test API directly from your browser. ​ To know more about Postman Collection, ...