Update Sequence Stage Rich Text Input
19 days ago
- The beta
sequence.updateStageendpoint now accepts an HTML body usingbody: { type: "text/html", value: "<p>...</p>" }instead of thebodyHtmlstring.
sequence.updateStage endpoint now accepts an HTML body using body: { type: "text/html", value: "<p>...</p>" } instead of the bodyHtml string.