> ## 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 token request

Triggered when a **muted recipient** requests a new signing token after their previous one has expired.

Since muted recipients do not receive email or SMS from Annature, your application is responsible for responding to this event and delivering the new token — typically via your own UI, SMS, or email system.

Listening for this event ensures that muted recipients always have a way to access their envelope, even if their original link expires.

<ResponseExample>
  ```json theme={null}
  {
    "event": "recipient_token_request",
    "recipient_id": "255e591c2c9fe1bc99be1ec03075b402",
    "envelope_id": "7e8f68e4c6df9395cd7ff48d69d7e2c1",
    "method": "email"
  }
  ```
</ResponseExample>
