A recipient represents an individual involved in the transaction of an envelope.Recipients can only be created when creating an envelope. Each envelope must include at least one recipient to be valid.
There are three recipient types: signer, viewer, and carbon-copy. Each type governs how the recipient interacts with the envelope and what actions are required for completion.
signer: The default type. Recipients of this type must complete all assigned fields, such as signing or entering information. They may also decline the envelope unless it is already completed.
viewer: These recipients must open the envelope and click a confirmation button to acknowledge they’ve reviewed the documents. They may decline prior to completion.
carbon-copy: These recipients are passive observers and receive a completed copy of the envelope and certificate after the transaction is complete.
Use the order property to enforce a signing sequence. Recipients with a lower order value must complete their actions before recipients with a higher value are notified. You can mix sequential and parallel flows by reusing the same order number for multiple recipients.
Setting muted to true disables all automatic correspondence from Annature to the recipient.This is commonly used when you want to control recipient communications manually, such as in a custom signing flow. Muted recipients must still have an email address, which is used to verify their identity during the signing process.Signing tokens for muted recipients can be generated and managed via the retrieve a signing token endpoint.
If you choose to send your own email or SMS correspondence to recipients, you are responsible for maintaining accurate delivery logs and records. These records should demonstrate when the message was sent, to whom it was sent, and by what method.This is critical for ensuring enforceability under digital signature laws. If the validity of a signature is ever challenged, you may be asked to prove that the envelope was accessed and signed by the intended recipient. Without verifiable delivery and access records, the legal standing of the signature may be weakened.
A passphrase the recipient must enter before viewing or signing the envelope.Once created, this will return true or false depending on whether a password is set.