recipient.released
event is triggered when a recipient is ready to be sent a request. The recipient status changes to pending
.
Example event payload
recipient.sent
event is triggered when a request is sent to a recipient.
Example event payload
recipient.completed
event is triggered when a recipient has completed their part of the signing process. The recipient status changes to completed
.
Example event payload
recipient.rejected
event is triggered when a recipient rejects the envelope.
If the recipient provided a reason for the rejection, it appears in the reason
property. If no reason was given, the reason
property is null
.
Example event payload
recipient.soft_bounced
event is triggered when a recipient’s email is temporarily undeliverable (for example, due to a full mailbox). The event data includes a detail
property with more information.
Example event payload
recipient.hard_bounced
event is triggered when a recipient’s email is permanently undeliverable (for example, due to an invalid email address).
The event data includes a detail
property with additional information about the bounce. You can view further details, such as SMTP responses, in the Dashboard.
Example event payload
recipient.failed
event is triggered when there is a failure related to a recipient. The event data includes a detail
property with more information about the failure.
Example event payload
recipient.replaced
event is triggered when a recipient is replaced with a new one.
The event data includes a new_recipient_id
property, which provides the ID of the new recipient, and a new_recipient_name
property, which provides the name of the new recipient.
Example event payload
recipient.resent
event is triggered when a request is resent to a recipient.
Example event payload