Last updated
Create or edit a reusable footer block.
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.
Screenshot TODO β capture comes from testing-plan area 13-emails.
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 the token picker lists saved footers under Email Footers, so a change here updates every email that renders it.
Endpoints: Save Email Footer, Get Email Footer, Delete Email Footer.
Last updated