Skip to main content
API version 2025.0 A Box Doc Gen template tag object.
json_paths
stringarray
example: ["products","products.name"]List of the paths.
tag_content
string
example: {{item.name}}The content of the tag.
tag_type
string
example: textType of the tag.Value is one of text,arithmetic,conditional,for-loop,table-loop,image
{
  "json_paths": [
    "products",
    "products.name"
  ],
  "tag_content": "{{item.name}}",
  "tag_type": "text"
}