Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JoernBerkefeld opened this issue Apr 16, 2024 · 1 comment
Labels
enhancement New feature or request NEW not yet analyzed new issues get this label

Comments

@JoernBerkefeld
Copy link
Contributor

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)

@JoernBerkefeld JoernBerkefeld added enhancement New feature or request NEW not yet analyzed new issues get this label labels Apr 16, 2024
@JoernBerkefeld
Copy link
Contributor Author

might be a good first task for priyajit :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request NEW not yet analyzed new issues get this label
Projects
None yet
Development

No branches or pull requests

1 participant