For the complete documentation index, see llms.txt. This page is also available as Markdown.

Signature editor

Create or edit a reusable signature block.

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.

Screenshot TODO β€” capture comes from testing-plan area 13-emails.

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 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

API reference

Endpoints: Save Email Signature, Get Email Signature, Delete Email Signature.

Last updated