Skip to content

[FEATURE] generate preview for assets similar to what you see in Email Studio/content builder while editing content #162

@JoernBerkefeld

Description

@JoernBerkefeld

the following will help identify how rendering the HTML view is done in SFMC Email Studio / content builder by actually rendering an email like it is shown in the system - only without the additional "edit me" overlays that pop up there

const uri = '/asset/v1/content/assets/4936/views/html';
const response = await this.client.rest.get(uri);

4936 in this example is the asset id (not the legacy id)

Metadata

Metadata

Assignees

No one assigned

    Labels

    NEWnot yet analyzed new issues get this labelenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions