Enforcing Signature Capture
In Conga Sign, signers will only be asked to draw their signature once by default. If the transaction requires multiple signatures on the document, Conga Sign will automatically replicate the first drawn signature for any subsequent signatures. However, you have the option to require your signer to draw their signature on any given capture signature. This topic will focus on enforcing signature capture at the signature level.
Enforcing Capture Signature
The sample request below shows you how to set enforceCaptureSignature: true at the approval level.
HTTP Request
HTTP Headers
Request Payload
For a complete description of each field, see the Request Payload Table below.
Response Payload
- “By default, “enforceCaptureSignature" is set to false at both the transaction and signature levels. This means you do not need to do anything if you do not want to use this feature.
- Unlike the enforceCaptureSignature true setting in the transaction level, which requires the signer to capture the signature every capture approval, at the signature level enforceCaptureSignature only forces the signer to capture their signature when the approval contains the "true" setting.
Request Payload Table
Property |
Type |
Editable |
Required |
Default |
Sample Values |
---|---|---|---|---|---|
status |
string |
Yes |
No |
DRAFT |
|
type |
string |
Yes |
No |
PACKAGE |
|
name |
string |
Yes |
No |
n/a |
|
documents | |||||
name |
string |
Yes |
No |
n/a |
|
approvals | |||||
fields | |||||
subtype |
string |
Yes |
No |
n/a |
|
type |
string |
Yes |
No |
n/a |
|
extract |
boolean |
Yes |
No |
false |
|
height |
integer |
Yes |
No |
50 |
50/100/150... |
left |
integer |
Yes |
No |
0 |
50/100/150... |
page |
integer |
Yes |
No |
0 |
0/1/2... |
top |
integer |
Yes |
No |
0 |
50/100/150... |
width |
integer |
Yes |
No |
200 |
50/100/150... |
role |
string |
Yes |
No |
n/a |
|
enforceCaptureSignature |
boolean |
Yes |
No |
false |
|
roles | |||||
id |
string |
Yes |
No |
n/a |
|
name |
string |
Yes |
No |
n/a |
|
type |
string |
Yes |
No |
SIGNER |
|
signers | |||||
|
string |
Yes |
Yes |
n/a | |
firstName |
string |
Yes |
Yes |
n/a |
|
lastName |
string |
Yes |
Yes |
n/a |
|
phone |
string |
Yes |
No |
n/a |
|
id |
string |
Yes |
No |
n/a |
|
company |
string |
Yes |
No |
n/a |
|
title |
string |
Yes |
No |
n/a |
|