# Send envelope reminder

Sends a reminder email to all outstanding signing parties for the specified envelope. If automatic reminders are enabled, this also resets the countdown timer for the next scheduled reminder.

Endpoint: PUT /envelopes/{envelope_fingerprint}/remind
Version: 1.0.0
Security: basicAuth

## Path parameters:

  - `envelope_fingerprint` (string, required)
    The unique identifier of the envelope to remind signers for.

## Response 200 fields (application/json):

  - `http` (integer, required)
    HTTP status code of the response.
    Example: 200

  - `message` (string, required)
    Human-readable status message.
    Example: "The signing parties for this envelope have been reminded."

  - `envelope_fingerprint` (string, required)
    Unique fingerprint of the envelope.
    Example: "584ea8b41b0d4c17a96b967433b211e6"

  - `envelope_title` (string, required)
    The title of the envelope at the time of the reminder.
    Example: "17 John Street Tenancy Contract - 25th Jun 2025"

  - `envelope_all_at_once_enabled` (boolean, required)
    Indicates if the envelope is configured for all-at-once signing.
    Example: true


