Lodol Docs

Zoho Sign

API actions for the Zoho Sign integration.

Zoho Sign

Create and send Zoho Sign requests with OAuth tokens.


Create request from template

Create a new Zoho Sign request using an existing template and recipients.

Parameters

ParameterTypeRequiredDescription
template_idstringNoTemplate identifier to start a signing request from.
request_namestringNoDisplay name for the signing request.
recipientsarrayNoList of recipients with signer details.
expiration_daysnumberNoOptional number 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_idstringNoIdentifier of the signing request to check.

Response

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

Send request

Submit a prepared Zoho Sign request for delivery to recipients.

Parameters

ParameterTypeRequiredDescription
request_idstringNoIdentifier of the signing request to send.

Response

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

On this page