Skip to main content
PUT
Set Default Email Component

Set Default Email Component

You can change the footer every new email gets by writing the company’s default footer component. Sequence, campaign, and AI-generated emails clone this component when they are built, instead of the footer Sequenzy generates from your company profile. This replaces the whole component. Read the current one with Get Default Email Component first when you only mean to change part of it.
A default footer always keeps its unsubscribe link enabled. Transactional sends hide it at render time. Changing the default does not rewrite emails that already exist - they keep the footer they were built with.

Request

string
required
Default slot to write. Currently only footer.
array
required
Blocks that make up the component. Must contain at least one block. Put block styling under styles; top-level style keys are normalized into styles.
string
Component name. Defaults to Default Footer when creating the footer default. Names are unique per company.
string
Optional human-readable description.

Responses