Lodol Docs

Zoho Sign

API actions for the Zoho Sign integration.

Zoho Sign

Create, send, and track documents for signature with Zoho Sign.


Create request from template

Create a new Zoho Sign signature request from an existing template and its recipients.

Parameters

ParameterTypeRequiredDescription
template_idstringNoThe template to use for this signature request.
request_namestringNoA name for the signature request.
recipientsarrayNoThe people who need to sign, with their signing details.
expiration_daysnumberNoNumber of days before the request expires.

Response

{
  "request_id": "mock_value",
  "status": "mock_value"
}

Get request status

Retrieve the current status of a Zoho Sign request.

Parameters

ParameterTypeRequiredDescription
request_idstringNoThe signature request to check.

Response

{
  "request_status": "mock_value",
  "status": "mock_value"
}

Send request

Send a prepared Zoho Sign request to its recipients for signing.

Parameters

ParameterTypeRequiredDescription
request_idstringNoThe signature request to send.

Response

{
  "request_status": "mock_value",
  "status": "mock_value"
}

On this page