Skip to content

barcellos-pedro/custom-block-widget-sample

Repository files navigation

Sample Salesforce Marketing Cloud Content Builder Block using the blocksdk.

  • Chose one method below to deploy this project to later use the localhost url into blocktester block widget URL field.

  • Or use the hosted app url.

blocktester url field to fill

Deploy via Live Server

Deploy through VS Code extension Live Server, clicking Go Live

live server example

Deploy as a node app

npm install
npm start

Building Docker image

Go to the directory that has Dockerfile and run the following command to build the Docker image.

docker build . -t <your username>/custom-block-widget-sample
docker run -p <some port>:8080 -d <your username>/custom-block-widget-sample

About

Sample Salesforce Marketing Cloud Content Builder Block

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published