# Envelope expired

This webhook is triggered when an envelope expires. It includes basic information about the envelope and the recipient.

Endpoint: POST expired-envelope
Version: 1.0.0
Security: basicAuth

## Request fields (application/x-www-form-urlencoded):

  - `envelope_fingerprint` (string, required)
    A string identifying the expired envelope
    Example: "584ea8b41b0d4c17a96b967433b211e6"

  - `envelope_title` (string, required)
    The title of the expired envelope
    Example: "tagstest - Copy"

  - `user_id` (integer, required)
    The ID of the user associated with this event
    Example: 267199

  - `action` (string, required)
    The action taken. Defaults to expired-envelope.
    Example: "expired-envelope"

  - `action_date` (string, required)
    The UTC timestamp of when the envelope expired
    Example: "2025-08-07T10:14:26+00:00"

  - `company_id` (integer, required)
    The ID of the company that owns the envelope
    Example: 64034


## Response 200 fields
