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
| Parameter | Type | Required | Description |
|---|---|---|---|
template_id | string | No | Template identifier to start a signing request from. |
request_name | string | No | Display name for the signing request. |
recipients | array | No | List of recipients with signer details. |
expiration_days | number | No | Optional 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 | Identifier 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
| Parameter | Type | Required | Description |
|---|---|---|---|
request_id | string | No | Identifier of the signing request to send. |
Response
{
"request_status": "mock_value",
"status": "mock_value"
}