2026-02-26
Bulk Tag Creation with YAML
Create multiple tags at once by pasting YAML into the New Tag bulk creation section.
docstagsbulkyaml

Bulk Tag Creation with YAML
Use YAML to create many tags in one action from Webapp -> Tags -> New Tag.
Supported fields
Each item can include:
- `name` (required)
- `type` (required): `Direct` or `Hyper`
- `description` (optional)
- `link` (optional, usually for Direct tags)
- `webhook` (optional, usually for Hyper tags)
- `payload` (optional, JSON object/string)
Example
tags:
- name: Batch Tag 001
description: Production line A
type: Direct
link: https://example.com/sop
- name: Batch Tag 002
description: Packaging handoff
type: Hyper
webhook: https://example.com/webhook
payload: {"line":"A","stage":"packaging"}Notes
- Created tags are saved to `Draft` status.
- `type` must be exactly `Direct` or `Hyper`.
- If parsing fails, fix the reported line/field and retry.