> ## Documentation Index
> Fetch the complete documentation index at: https://docs.annature.com.au/llms.txt
> Use this file to discover all available pages before exploring further.

# Recipient viewed

Triggered each time a recipient opens an envelope using a valid signing token.

This event may occur multiple times for the same recipient — for example, if they reopen the envelope on different devices or sessions.

Events may continue to be sent even after the envelope has been completed, provided the signing token remains valid.

<ResponseExample>
  ```json theme={null}
  {
    "event": "recipient_viewed",
    "recipient_id": "255e591c2c9fe1bc99be1ec03075b402",
    "envelope_id": "7e8f68e4c6df9395cd7ff48d69d7e2c1",
    "viewed": "2019-12-17T05:30:00Z"
  }
  ```
</ResponseExample>
