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

The ID of the component.

namestring required

The name of the component.

lmxstring required

The component body serialized as LMX.

Changes