> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/cloud/emails/footers/editor.md).

# Footer editor

**Where:** Email → Footers → New / Edit · `/projects/<project>/emails/footers/new · …/<footerId>/edit`

**Add New Email Footer** / **Edit Email Footer** builds the block at the bottom of your emails — unsubscribe and privacy links, company details, social icons — that templates insert with `@Model.Cmf.RenderFooter(...)`. Same editor for create and edit.

{% hint style="info" %}
Screenshot TODO — capture comes from testing-plan area **13-emails**.
{% endhint %}

## Fields

* **Footer name** — e.g. `Default footer`.
* **Translations** — pick languages as tags; each language gets a **Footer** (required) MJML/HTML block, edited in code or in the full-screen **Template Visual Builder**. The translation matching the recipient's language is used.

**Create** / **Update** saves the footer and returns you to the list; on edit its id shows as a copyable button, and the actions menu offers **Delete**. In the [template editor](/cloud/emails/templates/editor.md) the token picker lists saved footers under **Email Footers**, so a change here updates every email that renders it.

## Use it from code

[Save Email Footer](/sdks-and-cli/notifications/email/save-email-footer.md)

## API reference

Endpoints: [Save Email Footer](/api-reference/notifications/email/save-email-footer.md), [Get Email Footer](/api-reference/notifications/email/get-email-footer.md), [Delete Email Footer](/api-reference/notifications/email/delete-email-footer.md).
