routing
property in the Envelope.
There are two options: Sequential and Parallel. By default, SignatureAPI uses parallel routing.
With Sequential Routing, the envelope is sent to one recipient at a time, in the order you specify in the envelope’s recipient array. The next recipient only receives the document after the previous one has signed.
disclosing_party
and the second one with the key receiving_party
.[[disclosing_party_signature]]
and [[receiving_party_signature]]
.[[place_key]]
, where place_key
uniquely identifies the specific location within your document.
In this example, we have prepared a document containing the placeholders [[disclosing_party_signature]]
and [[receiving_party_signature]]
. These placeholders mark the exact positions within the document where the signatures corresponding to each key (disclosing_party_signature
and receiving_party_signature
) will be inserted.
routing
to sequential
.disclosing_party
to be first, and the receiving_party
the second, so we must add them in that order in the array.places
array inside the document object, with the following properties:
key
: This identifies the place within the document. Must match what’s inside the square brackets in the placeholder inside the document file, in this case: disclosing_party_signature
for the disclosing_party
, and receiving_party_signature
for the receiving_party
.type
: As this is a signature place, we use the value signature
.recipient_key
: The key of the recipient that will sign in this place. In this example, disclosing_party
and receiving_party
awaiting
status until Jane completes. Jane will click the link and place her signature on the signature line.