What it is
A link with a password set has its password stored on the record. The password is captured at link-creation time and surfaced in the link details so a teammate or recipient knows what to enter when prompted.When to use it
- Sharing a draft preview with a client before launch (the URL is private; the password is shared context).
- Sending an embargoed press release where you want to remind the recipient of the embargo password verbally.
- Tracking which password-keyed campaign a click came from.
How to use it

Real-world example
PR team annotating an embargoed share so the recipient knows the embargo password to use on the destination’s gated landing page:Common mistakes
Assuming it gates the redirect
Assuming it gates the redirect
The current public redirect does not block visitors based on the link’s password - your destination page must enforce access.
Reusing one password across many links
Reusing one password across many links
If one link leaks, all leak. Generate per-link.
Edge cases
Password and expiration interact at the redirect layer. Past the expiry date, the link returns
404 Not Found regardless of any password.