Overview
Configuration is provided for establishing connections with Zoho Vault service. The configuration is used in the REST Connection Manager.
Setup
Press icon to get more information about the connection parameters.
Obtain data
Use REST Source component to get data from service resource.
Insert data
Use REST Destination component to insert data into service resource.
Configuration
The provided configuration handles the authentication aspect of communicating with the service. To invoke endpoints, specific to you integration needs, consider defining custom resources (to be used with REST Source and/or REST Destination) or use the REST Web Service Request Task. If you have suggestions for further improvements, we will be happy to hear your feedback.
Download the configuration from here. Then review the KB article posted here how to use the configuration.
Base URL address: https://vault.zoho.com/api/rest/json/v1
.
- OAuth 2
-
The authentication uses an authorized token. The token will be refreshed with the following expression:
{{=Date.now() + (response.expires_in - 300)}}
.The authentication has the following user-defined parameters:
- Scope:
The following request parameters will be automatically processed during the authentication process:
-
Authorization:
Zoho-oauthtoken {{=token.Access}}
Documentation: https://www.zoho.com/accounts/protocol/oauth/use-access-token.html.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/chambers
.
The result is extracted from:{{=response.operation.Details}}
.Documentation: https://www.zoho.com/vault/api/#search-chambers.
- [Create] action
-
Endpoint URL address:
/chambers
.Documentation: https://www.zoho.com/vault/api/#create-a-chamber.
- viewusers
Template: LongText. A composite field.
- chambername
Template: ShortText.
- chamberdesc
Template: LongText.
- logonusers
Template: LongText. A composite field.
- modifyusers
Template: LongText. A composite field.
- notshared
Field components:
- An array.
- Contains the following components: email, user_auto_id, username.
- chamber_auto_id
Template: ShortText.
- ownerid
Template: ShortText.
- manageusers
Template: LongText. A composite field.
- [Read] action
-
The result is paginated.The following request parameters will be automatically processed:
-
rowPerPage:
{{=parameters.iterator}}
-
pageNum:
{{=parameters.batchSize}}
-
_includeUserParameters:
{{=parameters}}
-
rowPerPage:
- [Create] action
-
The action uses POST method.The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
-
application/json:
{{=item}}
-
_includeUserParameters:
- [Update] action
-
The action uses PATCH method.The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
-
application/json:
{{=item}}
-
_includeUserParameters:
- [Delete] action
-
The action uses POST method.The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
-
application/json:
{{=item}}
-
_includeUserParameters:
- ShortText
Data type: DT_WSTR ( length 255 )
- LongText
Data type: DT_WSTR ( length 1000 )
- VeryLongText
Data type: DT_WSTR ( length 4000 )
- DateTime
Data type: DT_DBTIMESTAMP
- Date
Data type: DT_DBDATE
Knowledge Base
COZYROC SSIS+ Components Suite is free for testing in your development environment.
A licensed version can be deployed on-premises, on Azure-SSIS IR and on COZYROC Cloud.