schemas/tag-ref
Minimal tag reference embedded in the tags array on campaign, sender, and prospect responses.
| field | type | constraints | description |
|---|---|---|---|
| id | integer | Tag identifier. | |
| name | string | Tag name. |
Two tag shapes
Embedded tag refs (on campaign/sender/prospect responses) use {id, name}. The tag operations (tags/get, tags/get_by_id) return the full shape {tagId, title, description, tagType, createdAt} — same tag, different structure.