Templates
Create Share Link
Create or fetch the email’s public view-in-browser link
POST
Create Share Link
Create a public, shareable “view in browser” link for an individual email - a transactional email, a sequence email, or a standalone template. The hosted page renders an anonymized copy - a sample contact instead of subscriber data, an inert unsubscribe link, and no open or click tracking - so you can forward the URL to anyone. Emails wired to a transactional template render without the unsubscribe footer, matching how they are sent.
The call is idempotent: if a link is already active, the same URL is returned with
This endpoint does not accept a request body.
created: false instead of rotating it, so copies you have already shared keep working. Revoke it with Revoke Share Link. The current link is also reported as shareUrl on Get Template (null when none is active).
Campaigns have their own campaign-level link that follows the A/B winning variant - use Create Share Link on the campaign instead.
Request
string
required
Email/template ID, or a transactional email’s ID or slug. For a sequence
email, use the step’s
emailId.Responses
Create Share Link