- All active recipient sessions are immediately expired. If the recipient is currently viewing or signing the envelope, their session will be forcibly closed.
- If the recipient’s email address is changed, all previously sent signing emails become invalid, and a new email is sent automatically.
- If the recipient’s mobile number is changed, all previously sent SMS links are invalidated, and a new SMS is sent automatically.
- Updates to name, message, password, authentication, and redirects will take effect immediately.
PUT
method, which fully replaces the recipient’s state with the values provided in the request body. All updatable fields must be explicitly included — any fields omitted will be reset to null
or their default values.
Parameters
The full name of the recipient.
The email address of the recipient.
The recipient’s mobile number, supplied in E.164 format. This number is used to send an SMS with a link to open the envelope.While it is technically possible to use both
mobile
and sms_auth
, we strongly recommend using only one. Sending both the envelope link and the OTP to the same device does not meet the requirements for two-factor authentication.Recipient type. Required when updating a recipient in a draft envelope.Allowed values:
signer
, viewer
, carbon-copy
.A custom message shown to the recipient. Overrides the envelope message.
A password the recipient must enter to access the envelope.
Enables SMS-based two-factor authentication by specifying the recipient’s mobile number, formatted in E.164.When supplied, Annature will send a one-time code (OTP) to the recipient. This code must be entered before they can access the envelope.While it is technically possible to use both
sms_auth
and mobile
, we strongly recommend using only one. Sending both the envelope link and the OTP to the same device does not meet the requirements for two-factor authentication.If true, Annature will not send any emails, SMS messages, or automatic reminders to this recipient.
The recipient’s position in the signing order. Only applicable in draft envelopes; cannot be changed for in-progress envelopes.
Redirect URLs for post-session navigation.