Recipients

Recipient

The recipient object represents a person who participates in an envelope as a signer, approver, preparer, or automatic signer

A recipient is a person who receives and acts on an envelope. Every envelope must have at least one recipient.

Recipients have four types, each with a different role:

| Type | Description | | ------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | | Signer | Reviews documents and adds a signature or initials. Every envelope must have at least one signing recipient. | | Approver | Reviews and approves documents without signing. Approver actions are not recorded in the audit log. | | Preparer | Fills in document fields before signers receive the envelope. Preparer actions are not recorded in the audit log. | | Automatic Signer | The signature is applied automatically by the system. No ceremony, no email. |

Each recipient participates in the envelope through a ceremony, a guided session where they complete their assigned actions. Automatic signers are the exception: they do not access a ceremony; their signature is applied automatically by the system. A recipient’s status tracks their progress through the workflow. See the recipient lifecycle for details on each status and what triggers a transition.

A recipient belongs to an envelope.

Attributes

{
  "id": "re_26w2VVV5JVm4j459TY5BNM",
  "envelope_id": "52872f0e-b919-4d69-89cd-e7e56af00548",
  "type": "signer",
  "key": "client",
  "name": "Emily Johnson",
  "email": "emily@example.com",
  "status": "completed",
  "status_updated_at": "2025-12-31T15:00:00.000Z",
  "completed_at": "2025-12-31T15:00:00.000Z",
  "delivery_type": "email",
  "signature_options": ["typed", "drawn"],
  "ceremony": {
    "authentication": [
      {
        "type": "email_link",
        "subject_override": null,
        "message_override": null
      }
    ],
    "redirect_url": null,
    "redirect_delay": 3,
    "embeddable_in": [],
    "url_variant": "standard",
    "url": null
  },
  "ceremony_creation": "automatic"
}