fc5624c7d57a

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-13260150938.9 KB
Templates

Create share link

Creates (or fetches) the public view-in-browser link for an individual email - a transactional email, a sequence email, or a standalone template. Accepts a template ID or a transactional email's ID or slug; for a sequence email, pass the step's emailId. The hosted page renders an anonymized copy - sample contact, inert unsubscribe link, no open/click tracking - so the URL is safe to forward to anyone. Idempotent - an already-active link is returned with created=false instead of being rotated. Campaigns use their own campaign-level share link, which follows the A/B winning variant.

post/templates/{templateId}/share-link

Path parameters

templateIdstring required

Template ID, transactional email ID, or transactional slug.

Response

Share link active

successboolean
shareUrlstring

Public anonymized view-in-browser URL.

shareTokenstring

Capability token embedded in the URL.

createdboolean

False when an already-active link was returned instead of minted.

Example response

{
  "success": true,
  "shareUrl": "https://sequenzy.com/view/email/8f2kL9qWm3ZxYv71TnB4c5RdVaEuGh0s"
}