When it fires
A new tag is created in the workspace — either through the Inboxapp UI or via the Create tag API endpoint.Payload
Tag
required
The tag object.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"id": "ck9v2m5nj0xp4wq7ybftrae8",
"seq": 88,
"teamId": "hzcai5t59nn9vsck3rbuepyg",
"type": "tag.created",
"timestamp": "2025-01-15T11:00:00.000Z",
"version": "1.0",
"data": {
"tag": {
"id": "l44e15irdq4db30i77cgphhx",
"name": "High Priority",
"color": "#ef4444"
}
}
}
Occurs when a new tag is created
{
"id": "ck9v2m5nj0xp4wq7ybftrae8",
"seq": 88,
"teamId": "hzcai5t59nn9vsck3rbuepyg",
"type": "tag.created",
"timestamp": "2025-01-15T11:00:00.000Z",
"version": "1.0",
"data": {
"tag": {
"id": "l44e15irdq4db30i77cgphhx",
"name": "High Priority",
"color": "#ef4444"
}
}
}
{
"id": "ck9v2m5nj0xp4wq7ybftrae8",
"seq": 88,
"teamId": "hzcai5t59nn9vsck3rbuepyg",
"type": "tag.created",
"timestamp": "2025-01-15T11:00:00.000Z",
"version": "1.0",
"data": {
"tag": {
"id": "l44e15irdq4db30i77cgphhx",
"name": "High Priority",
"color": "#ef4444"
}
}
}
Was this page helpful?