Skip to content

Envelope expired
Webhook

Request

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

Security
basicAuth
Bodyapplication/x-www-form-urlencodedrequired
envelope_fingerprintstringrequired

A string identifying the expired envelope

Example:"584ea8b41b0d4c17a96b967433b211e6"
envelope_titlestringrequired

The title of the expired envelope

Example:"tagstest - Copy"
user_idintegerrequired

The ID of the user associated with this event

Example:267199
actionstringrequired

The action taken. Defaults to expired-envelope.

Example:"expired-envelope"
action_datestring, (date-time)required

The UTC timestamp of when the envelope expired

Example:"2025-08-07T10:14:26+00:00"
company_idintegerrequired

The ID of the company that owns the envelope

Example:64034
POST
expired-envelope
Payload
envelope_fingerprint=584ea8b41b0d4c17a96b967433b211e6&envelope_title=tagstest%20-%20Copy&user_id=267199&action=expired-envelope&action_date=2025-08-07T10%3A14%3A26%2B00%3A00&company_id=64034

Responses

Acknowledge receipt