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
| Parameter | Type | Required | Description |
|---|---|---|---|
template_id | string | No | The template to use for this signature request. |
request_name | string | No | A name for the signature request. |
recipients | array | No | The people who need to sign, with their signing details. |
expiration_days | number | No | 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
| Parameter | Type | Required | Description |
|---|---|---|---|
request_id | string | No | The 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
| Parameter | Type | Required | Description |
|---|---|---|---|
request_id | string | No | The signature request to send. |
Response
{
"request_status": "mock_value",
"status": "mock_value"
}