> 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/signatures/editor.md).

# Signature editor

**Where:** Email → Signatures → New / Edit · `/projects/<project>/emails/signatures/new · …/<signatureId>/edit`

**Add New Email Signature** / **Edit Email Signature** builds a reusable sender block — typically the sender's name, role, and links — that templates insert with `@Model.Cmf.RenderSignature(...)`. Same editor for create and edit.

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

## Fields

* **Signature name** — e.g. `Default signature`.
* **Translations** — pick languages as tags; each language gets a **Signature** (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 signature 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 signatures under **Email Signatures**, so a change here updates every email that renders it.

## Use it from code

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

## API reference

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