Two small but frequently requested ceremony options are now live. Together they give you tighter control over what happens right after signing and what each recipient sees in their invitation inbox.
Redirect delay
The redirect_delay property on a ceremony controls how many seconds the signing UI waits before redirecting the recipient to your redirect_url after they finish signing. It defaults to 3 seconds, which gives recipients a moment to see the confirmation screen, and accepts any value you want if you need to shorten or extend that pause. Set it to a larger number when the confirmation screen carries important information, or trim it down for tight, branded flows where the redirect is the real destination.
Per-recipient email overrides
For ceremonies using email_link authentication, you can now customize the invitation email on a per-recipient basis with two properties on the authentication block: subject_override replaces the default subject line, and message_override replaces the default body copy. This is useful when the same envelope goes to recipients in different roles, different languages, or different business contexts, and a single template doesn’t fit all of them.
Both options can be set inline when creating the envelope, alongside the rest of the ceremony configuration. See the ceremony object docs and the redirect URL docs for details.