Skip to product menu
Zoho sign
Skip to main content
Zoho sign

Send document for signature

This will help you to send a document to your recipients for signature.

Arguments

Param

Datatype

Description

request_name *

String

name to be given to the signature request
request_type_id

String

Document Category Id
notes

String

Message to be sent to all recipients in common
expiration_days

Int

No of days after which the document will expire.
is_sequential *

Boolean

Sequential signing / Parallel Signing[true/false]
email_reminders

Boolean

Send automatic reminders
reminder_period

Int

Send automatic reminders once in [n] days
folder_id

String

Folder
private_notes

String

Private notes for each recipient
signing_order

Int

Order in which recipient actions needs to be performed
verify_recipient *

Boolean

Authentication needs to be done or not
verification_type 

String

Verification Mode [EMAIL | OFFLINE | SMS]
verification_code 

String

Verification Code required on in case of OFFLINE Verification type
font_size 

Boolean

Font Size
font_color 

Boolean

Font Color (Hex Code #000000)
font 

String

Font Name
is_italic 

Boolean

Italic 
is_bold 

Boolean

Bold 
is_read_only 

Boolean

If a field only or not for text fields.
ActionsJSON array 

Actions

Param

Datatype

Description

action_id

String

Action Id
recipient_name *

String

Recipient name 
recipient_email *

String

Recipient email 
in_person_name *

String

Inperson recipient name
in_person_email
 

String

Inperson recipient email
action_type *

String

Recipient Action [SIGN | VIEW | INPERSONSIGN | APPROVER]
FieldsJSON Object 

Fields

Param

Datatype

Description

field_name

String

Field name
field_id

String

Field Id
field_label

String

Label of field
field_type_name

String

Checkbox | Radiogroup | Signature | Initial | Textfield | Email | Date | Name | Company | Jobtitle | CustomDate | Dropdown
document_id

String

Document Id
is_mandatory

Boolean

If the field is mandatory or optional
x_coord

Int

X coordinate of the field
y_coord

Int

Y coordinate of the field
abs_width

Int

Width of the field
abs_height 

Int

Height of the field
page_no

Int

Page number where the field is placed    
default_value

String

default value for a field
is_read_only

Boolean

To specify if checkbox is read_only or not
name_format

String

Name Format [FIRST_NAME|LAST_NAME|FULL_NAME]
date_format

String

Date Format 
description_tooltip

String

Description about the field

API Root Endpoint

Request example

Show full

Show less

Sample input

Show full

Show less

Sample response

Show full

Show less

Request Demo