When it fires
- A tag’s name is changed through the Inboxapp UI
- A tag’s color is changed
- A tag is updated via the Update tag API endpoint
tag object reflects the state after the update.
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": 178,
"teamId": "hzcai5t59nn9vsck3rbuepyg",
"type": "tag.updated",
"timestamp": "2025-01-15T15:30:00.000Z",
"version": "1.0",
"data": {
"tag": {
"id": "l44e15irdq4db30i77cgphhx",
"name": "Enterprise Lead",
"color": "#8b5cf6"
}
}
}
Occurs when a tag is updated
{
"id": "ck9v2m5nj0xp4wq7ybftrae8",
"seq": 178,
"teamId": "hzcai5t59nn9vsck3rbuepyg",
"type": "tag.updated",
"timestamp": "2025-01-15T15:30:00.000Z",
"version": "1.0",
"data": {
"tag": {
"id": "l44e15irdq4db30i77cgphhx",
"name": "Enterprise Lead",
"color": "#8b5cf6"
}
}
}
{
"id": "ck9v2m5nj0xp4wq7ybftrae8",
"seq": 178,
"teamId": "hzcai5t59nn9vsck3rbuepyg",
"type": "tag.updated",
"timestamp": "2025-01-15T15:30:00.000Z",
"version": "1.0",
"data": {
"tag": {
"id": "l44e15irdq4db30i77cgphhx",
"name": "Enterprise Lead",
"color": "#8b5cf6"
}
}
}
tag object reflects the state after the update.
Was this page helpful?