# Envelope rejected

This webhook is triggered when a recipient rejects an envelope. It includes details about the envelope, the rejecting contact, and relevant metadata.

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

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

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

  - `action_date` (string, required)
    The UTC timestamp of when the action occurred
    Example: "2025-08-07T11:10:39+00:00"

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

  - `document_id` (integer, required)
    The ID of the document that was rejected

  - `document_title` (string, required)
    The title of the rejected document
    Example: "Word Doc"

  - `contact_id` (integer, required)
    The ID of the contact who rejected the envelope
    Example: 7418454

  - `contact_name` (string, required)
    The name of the contact who rejected the envelope
    Example: "Abby"

  - `contact_email` (string, required)
    The email address of the contact who rejected the envelope
    Example: "abby@signable.co.uk"

  - `signature_fingerprint` (string, required)
    A fingerprint identifying the signature session that triggered the rejection
    Example: "584ea8b41b0d4c17a96b967433b211e6"

  - `envelope_meta` (string)
    A JSON string of any meta information added to the envelope

  - `client_ip` (string, required)
    The IP address from which the rejection was submitted
    Example: "203.0.113.42"


## Response 200 fields
