Publishing a document in Steppd promotes it from a private draft to your active process library. Once published, the document becomes the authoritative version of that process and can be shared via a public link or embedded directly in the tools your team already uses. This guide covers the full publishing workflow and every share option available after publishing.Documentation Index
Fetch the complete documentation index at: https://docs.steppd.com/llms.txt
Use this file to discover all available pages before exploring further.
Find your draft in My Documents
Open My Documents from the sidebar. Drafts appear in the document list with a Draft status badge. Find the document you want to publish.You can open it to review the content before publishing by clicking the document title, or go straight to the action menu.
Publish from the action menu or editor
There are two ways to publish:
- From My Documents, open the action menu (the
⋯icon on the document row) and select Publish. - From the editor, click the Publish button in the top toolbar while the document is open for editing.
Once a document is published it becomes read-only. To make further changes, use the Revise action to create a new draft linked to the current published version. See the versioning concepts page for more detail.
Share with a public link
After publishing, you can generate a public URL that anyone can open. No Steppd login required.
- Open the action menu on the published document and select Embed, or click the Embed button in the editor or viewer toolbar.
- In the Embed modal, click Create embed link if no link exists yet.
- Steppd generates a token-based URL in the format
{APP_URL}/embed/{orgSlug}/{token}. - Copy the Embed URL and share it via Slack, email, or any other channel.
Embed in another tool
If you want the document to appear inline inside another product, copy the iframe snippet from the Embed modal and paste it into your tool of choice.The For more detail on managing embed links, including resetting or revoking them, see the exports and embeds guide.
src value is the Embed URL you copy from the Embed modal. Steppd embeds work in any tool that accepts iframe HTML, including:Notion
Use the Embed block and paste the iframe URL or snippet.
Confluence
Insert an HTML macro and paste the full iframe snippet.
HubSpot
Add a rich text or HTML module to any page and paste the iframe snippet.
ClickUp
Use the Embed widget in a ClickUp doc or view and paste the URL.
Webhook notifications on publish
If your organization is on the Scale plan and has webhooks configured, publishing a document automatically fires thedocument.published event to all subscribed endpoints. This lets you trigger downstream automation, for example, notifying a Slack channel, updating a vector database, or kicking off an onboarding workflow.
Webhooks are a Scale plan feature. To configure them, go to Profile → Webhooks or Settings → Webhooks. See the webhooks integration guide for setup instructions.