Skip to main content

TagCreate

A tag is a classification label defined within a product that can be applied to leads. Its description is used by the LLM tags-extractor to decide when the tag applies.

product_idProduct Idrequired

ID of the product (workspace) that owns this record. Most endpoints scope access by product.

nameNamerequired

Tag name.

descriptionDescriptionrequired

What the tag means; used by the tags-extractor LLM to decide when to apply it.

crm_id object

Identifier of the matching record in the connected external CRM, if any.

anyOf
string
is_activeIs Active

Whether the tag is active.

Default value: true
config object

Free-form tag configuration (JSON).

property name*any

Free-form tag configuration (JSON).

TagCreate
{
"product_id": 0,
"name": "string",
"description": "string",
"crm_id": "string",
"is_active": true,
"config": {}
}