Bulk Importing Markdown/HTML Assets
Preparing the JSON
[
{
"externalId":"my_external_id_1",
"data":"<div style='font-size:13px;font-weight:500;display:flex;'><div style='width:100px;color:gray'>Serial No</div>: 1</div>"
},
{
"externalId":"my_external_id_2",
"data":"<div style='font-size:13px;font-weight:500;display:flex;'><div style='width:100px;color:gray'>Serial No</div>: 1</div>"
}
]Linking to files in private buckets
Uploading the JSON
From the UI

From the SDK
Last updated