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

Signatures

Reusable sender signatures for your email templates.

Where: Email β†’ Signatures Β· /projects/<project>/emails/signatures

A signature is a reusable sender block (name, title, links) that templates render with the @Model.Cmf.RenderSignature(...) helper.

Email β†’ Signatures.

What you can do here

Create, edit, and delete signatures in the signature editor, with one MJML/HTML block per language. Reference them from templates β€” the template editor's token picker lists them under Email Signatures β€” so a change here updates every email that uses it.

Use it from code

Notifications β†’ Email.

API reference

Endpoints: Get Email Signatures, Save Email Signature.

Last updated