Skip to content

Zoho Writer

The Zoho Writer modules allow you to monitor, create, merge, upload, send, retrieve, list, and delete the documents and folders in your Zoho Writer account.

Getting Started with Zoho Writer

Prerequisites

Note

The module dialog fields that are displayed in bold (in the Ibexa Connect scenario, not in this documentation article) are mandatory!

Connecting Zoho Writer to Ibexa Connect

  1. Go to Ibexa Connect and open the Zoho Writer module's Create a connection dialog.

    61d6bf77d2be6.gif

  2. Confirm the access by clicking Accept.

    61d6bf7a37228.png

The connection has been established.

Documents

Watch Documents

Triggers when a new document has been added.

Limit Set the maximum number of documents Ibexa Connect should return during one execution cycle.

Watch Favorite Documents

Triggers when a new favorite document has been added.

Limit Set the maximum number of favorite documents Ibexa Connect should return during one execution cycle.

List Documents

Lists all documents.

Sort By

Select or map the option to sort the documents you want to list:

  • Created Time

  • Modified Time

  • Last Opened Time

Category

Select or map the option to list the documents from the specified category:

  • All

  • Favorite

  • Shared to me

  • Owned by me

  • Trashed

Limit

Set the maximum number of documents Ibexa Connect should return during one execution cycle.

Get a Document

Retrieves a document by ID.

Document ID Select or map the Document ID whose details you want to retrieve.

Create a Document

Creates a document by uploading a file. Providing a URL or plain text of a document.

Required Permissions: ZohoWriter.documentEditor.ALL, ZohoPC.files.ALL, WorkDrive.files.ALL

Adding Method Select or map the method by which you want to create the document.
URL Enter (map) the public URL address of the file for which you want to create the document.
Text Enter (map) the complete text that you want to add to the document as content.
Password Enter (map) the password if you want the document to be protected.
File Name Enter (map) the file or document name.
Folder Name Enter (map) the folder name.

Upload a Document

Uploads a new document.

Required Permissions: ZohoWriter.documentEditor.ALL, ZohoPC.files.ALL, WorkDrive.files.ALL

File Enter (map) a file name.
File Name Enter (map) the file or document name.
Password Enter (map) the password if you want the document to be protected.
Folder Name Enter (map) the folder name.

Restore a Document

Restores a document from a trash bin.

Document ID Select or map the Document ID you want to restore.

Copy a Document

Copies an existing document.

Document ID Select or map the Document ID you want to copy
Document Name Enter (map) the document name.
Format Enter (map) the format.
Password Enter (map) the document a password.
Folder Name Enter (map) the folder name to copy.
Include Changes Select or map the include changes you want to make.

Merge a Document

Merges a document and stores it in a Zoho folder.

Required Permissions: ZohoWriter.documentEditor.ALL, ZohoPC.files.ALL, WorkDrive.files.ALL, ZohoWriter.merge.ALL

Document Name

Select or map the Document ID you want to trash.

Folder ID

Select or map the Folder ID where you want to store the merged document.

Document ID

Select or map the Document ID which you want to merge.

Merging Format

Select or map the format to which you want to merge the document:

  • Choose Fields

  • CSV Content

  • JSON Content

  • JSON URL

  • CSV URL

Output Format

Select or map the format in which you want to store the merged document:

  • DOC

  • PDF

Note: If no output format is specified, the merged document is stored in Writer format (zdoc) by default.

Password

Enter (map) the password if you want to protect the merged document.

Merge a Document to Send via Email

Merges a document and sends it via email.

Required Permissions: ZohoWriter.documentEditor.ALL, ZohoWriter.merge.ALL

Subject Enter (map) the subject line of the email.
Recipient Email Enter (map) the email address of the recipient to whom you want to send the merged document.
Document ID Select or map the Document ID which you want to merge and send.
CC Email Enter (map) the email addresses you want to add in the CC field to the email.
BCC Email Enter (map) the email address you want to add in the BCC field of the email.
From Email Enter (map) the email address from which you want to send the merged document email

Trash a Document

Moves a document into a trash bin.

Document ID Select or map the Document ID you want to trash.

Delete a Trashed Document

Permanently deletes a trashed document.

Document ID Select or map the Document ID from the trash which you want to delete.

Other

Make an API Call

Performs an arbitrary authorized API Call.

URL

Enter a path relative to https://www.zohoapis.com/writer/api For example: /v1/documents

For the list of available endpoints, refer to the Zoho Writer API Documentation.

Method

Select the HTTP method you want to use:

GET

to retrieve information for an entry.

POST

to create a new entry.

PUT to update/replace an existing entry.

PATCH

to make a partial entry update.

DELETE

to delete an entry.

Headers

Enter the desired request headers. You don't have to add authorization headers; we already did that for you.

Query String

Enter the request query string.

Body

Enter the body content for your API call.

Example of Use - List Folders

The following API call returns all the folders from your Zoho Writer account:

URL:

/v1/folders

Method:

GET

61d6bf7b81038.png

Matches of the search can be found in the module's Output under Bundle > Body > folders.

In our example, 4 folders were returned:

61d6bf7cb6416.png