> ## Documentation Index
> Fetch the complete documentation index at: https://docs.senderz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Saved blocks

> Build an email block once, reuse it across templates, and update every email that uses it from one place.

A **saved block** is a piece of email content you build once and reuse in many templates. Every copy you place stays linked to the original, so editing the original updates every email that uses it.

Saved blocks live on **Templates → Saved blocks**.

<Note>
  The feature carries a few different labels in the product, and they all mean
  the same thing. The tab is called **Saved blocks**, the page heading says
  **Universal Content**, the builder palette calls them **Fixed blocks**, and the
  action on a block's toolbar is **Save as universal**.
</Note>

<Warning>
  Saved blocks are for **email templates only**. The SMS and push composers have
  no block canvas, so there is nothing to save and nowhere to insert one.
</Warning>

## When to use one

A saved block earns its place when the same content appears in most of your emails and changes occasionally.

<CardGroup cols={2}>
  <Card title="Standard footer" icon="shoe-prints">
    Address, social links, and the unsubscribe line. Change the address once
    instead of in forty templates.
  </Card>

  <Card title="Header and logo" icon="image">
    The masthead every campaign opens with.
  </Card>

  <Card title="Seasonal promo strip" icon="tag">
    A shipping banner or sale strip you swap in and out across live automations.
  </Card>

  <Card title="Trust badges" icon="shield-halved">
    Payment logos, return policy, or review stars that sit near the bottom of
    every email.
  </Card>
</CardGroup>

## Save a block

There are two ways in. Use the first when the block already exists in a template, and the second when you want to build one from scratch.

<Tabs>
  <Tab title="From an email you already built">
    <Steps>
      <Step title="Select the block">
        Open an email template and click the block on the canvas. A small
        toolbar appears beside it.
      </Step>

      <Step title="Choose Save as universal">
        The action is on that toolbar, and also in the header of the inspector
        panel on the right.
      </Step>

      <Step title="Name it">
        Give it something you will recognise in a dropdown, such as "Standard
        footer". Names must be unique in the workspace.
      </Step>
    </Steps>

    The block you just saved becomes a linked copy in that template straight
    away. You do not have to delete it and drag the saved version back in.
  </Tab>

  <Tab title="From scratch">
    <Steps>
      <Step title="Open the tab">
        Go to **Templates → Saved blocks** and click **New universal block**.
      </Step>

      <Step title="Name it">
        The dialog asks only for a name.
      </Step>

      <Step title="Build it">
        You land in a full-screen editor with an empty canvas. It is the same
        email builder you already use, so you can stack several blocks together
        and style them normally.
      </Step>

      <Step title="Save">
        Autosave is off here. Press **Save** and confirm.
      </Step>
    </Steps>
  </Tab>
</Tabs>

## Insert one into a template

<Steps>
  <Step title="Open an email template">
    Any email template, including one you are editing inside a campaign or an
    automation step.
  </Step>

  <Step title="Switch the palette to Fixed blocks">
    The left palette has two tabs. The second one lists your saved blocks and
    has its own search box.
  </Step>

  <Step title="Drag it in, or click to append">
    Dragging drops it exactly where the insertion line shows. Clicking adds it
    to the bottom of the email.
  </Step>
</Steps>

The copy you place is linked to the source. It is not a one-off paste.

## Linked copies are locked

Selecting a linked copy inside a template does not open the usual block settings. You get a short panel instead that says the block is locked, with two choices.

| Choice                                 | What it does                                                                      |
| -------------------------------------- | --------------------------------------------------------------------------------- |
| **Edit the universal block**           | Opens the source in its own editor. Your change reaches every email that uses it. |
| **Detach and edit only in this email** | Breaks the link in this template only. You get a normal, editable block.          |

This is deliberate. Without the lock, tidying up one campaign's footer would silently rewrite the footer in every other email.

<Info>
  Detaching is permanent for that copy. The block keeps the content it had at
  the moment you detached, and it stops receiving updates. The source and every
  other linked copy are untouched.
</Info>

## Edit a saved block

Open **Templates → Saved blocks** and click the block's preview, or use its menu and choose **Edit content**. It opens in the full email builder.

<Steps>
  <Step title="Make your changes">
    Autosave is off in this editor. Nothing is published until you press Save.
  </Step>

  <Step title="Press Save">
    A confirmation appears and tells you how many emails the change affects.
  </Step>

  <Step title="Confirm">
    Every email template that links to this block is updated immediately.
  </Step>
</Steps>

Templates also refresh their linked copies when you open them. So an email you have not touched in months picks up the current version of the block the next time you open it in the builder.

Both paths cover a linked block sitting inside a Columns section, not just blocks at the top level of the email.

<Tip>
  Renaming a saved block changes nothing inside your templates. Only a content
  change triggers the update. Rename from the block's menu on the Saved blocks
  tab.
</Tip>

<Warning>
  The saved block editor is desktop only. On a narrow screen you get a notice
  asking you to switch to a larger display.
</Warning>

## Delete a saved block

Deleting a saved block does not break the emails that use it. Each linked copy keeps the content it last refreshed to and simply stops receiving updates from that point.

Delete a single block from its menu on the Saved blocks tab. To remove several, hover a card to reveal its checkbox, select the ones you want, and use **Delete** in the bar that appears at the top.

<Info>
  Deleting cannot be undone, and there is no trash for saved blocks. If you only
  want to stop a block being reused, leaving it in place costs nothing.
</Info>

## Limits

* **Email only.** SMS and push templates cannot use saved blocks.
* **Up to 200 saved blocks** are listed per workspace.
* **A saved block built in the full-screen editor is treated as a Columns section**, so you can place it anywhere on the main canvas, but not inside another Columns section. A block saved directly from a template's canvas keeps its own type and can go inside a Columns section.
* **You cannot drop a block into a linked Columns section.** Detach it first, or add the block to the source instead. If you try, the block lands at the bottom of the email.
* **Names must be unique** within the workspace.
* **Who can change them.** Everyone in the workspace can see and insert saved blocks. Creating, editing, renaming and deleting need the owner, admin, editor or designer role.

## Related

<CardGroup cols={2}>
  <Card title="Templates" icon="file-lines" href="/en/messaging/templates">
    The email builder, block types, styles and merge tags.
  </Card>

  <Card title="Campaigns" icon="paper-plane" href="/en/messaging/campaigns">
    Where an email template gets a sender, an audience and a send time.
  </Card>
</CardGroup>
