Accenture / Accenture/sfmc-devtools-vscode
[FEATURE] generate preview for assets similar to what you see in Email Studio/content builder while editing content
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
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)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the extension currently handles SFMC asset content and the REST request to /asset/v1/content/assets/{assetId}/views/html. Use asset 4936 as the example and compare the returned rendering with Email Studio/content builder. Done means an asset preview matches the system's rendered HTML without the editing overlays.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, developer-experience
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100