Where are the documents saved?

How are documents edits saved in host application servers?

Zoho Office Integrator allow partners and businesses to save the document content back to their storage servers through "webhook". Documents are saved in your storage servers from Editor when user click save button.

A webhook is a publicly accessible Web URL/Service that fetches the content of the updated document from Zoho Office Editors and saves it to partner's storage server.

In order to use the webhook/saveurl, partners should fulfill the below requirements:
  1. Partner's remote storage servers need to expose one of their ports - port 443 (HTTPS) or port 80 (HTTP) - from their location, for Zoho to push the document content back.
  2. The webhook/saveurl value specified in the HTTPS/HTTP POST request should to be a proper domain name and publicly accessible over the web. Example: https://document.yourdomain.com/save.php

For Writer, please use this parameter section - https://www.zoho.com/officeplatform/integrator/api/v1/zoho-writer-edit-document.html#callback_settings

For Sheet, please use this parameter section - https://www.zoho.com/officeplatform/integrator/api/v1/zoho-sheet-edit-spreadsheet-v1.html#callback_settings

For Show, please use this parameter section - https://www.zoho.com/officeplatform/integrator/api/v1/zoho-show-edit-presentation-v1.html#callback_settings

For PDF Editor, please use this parameter section - https://www.zoho.com/officeintegrator/api/v1/zoho-pdfeditor-edit-document.html#callback_settings