Campaigns
Create share link
Creates (or fetches) the campaign's public view-in-browser link. 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. Email campaigns only.
post/campaigns/{campaignId}/share-link
Path parameters
campaignIdstring required
Campaign ID
Response
Share link active
Example response
{
"success": true,
"shareUrl": "https://sequenzy.com/view/campaign/8f2kL9qWm3ZxYv71TnB4c5RdVaEuGh0s"
}