Send document out for signature using templates
- In order to use the template, the recipient details need to be given. In the previous call the actions array contains a number of recipients.
- It may or may not have an email address.
- When using the template, the actions need to be sent along with email id and name for all.
- The number of actions cannot be changed. In case there are document fields to be filled (document_fields array) then the value for those also needs to be filled.
- If the “is_mandatory” is true for a field, then it must have a value,else value need not be sent.
ARGUMENTS
Param | Datatype | Description |
---|---|---|
request_name | String | Name in which the document needs to be created by default same as template name. |
field_data | JSON Object | All values for the prefill data will be present. |
actions | JSON Array | |
notes * | String | Message to be sent to all recipients in common |
is_quicksend * | Boolean | Quick Send |
Action
Param | Datatype | Description |
recipient_name * | String | Recipient name |
recipient_email * | String | Recipient email |
in_person_name * | String | Inperson recipient name |
in_person_email | String | Inperson recipient email |
private_notes | String | Private notes for each recipient |
verify_recipient * | Boolean | Authentication needs to be done or not |
verification_type * | String | Verification Mode [EMAIL] |
API Root Endpoint
Request example
Show full
Show less
Response example
Show full
Show less