Components

Create a component

Create a new email component from an LMX body.

post/v1/components

Request body

namestring required

The component name.

lmxstring required

The component body as an LMX string.

Response

Component created.

idstring required
namestring required
lmxstring required

The component body serialized as LMX.

Changes