Skip to main content
A recipient is a person who receives and acts on an envelope. Every envelope must have at least one recipient. Recipients have three types, each with a different role:
TypeDescription
SignerReviews documents and adds a signature or initials. Every envelope must have at least one signer.
ApproverReviews and approves documents without signing. Approver actions are not recorded in the audit log.
PreparerFills in document fields before signers receive the envelope. Preparer actions are not recorded in the audit log.
Each recipient participates in the envelope through a ceremony, a guided session where they complete their assigned actions. 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

// HTTP Status 200

{
  "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"
}