When it fires
- A pipeline status is renamed through the Inboxapp UI
- A status color is changed
- Any status property is modified
status object reflects the state after the update.
Payload
Status
required
The status 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": 189,
"teamId": "hzcai5t59nn9vsck3rbuepyg",
"type": "status.updated",
"timestamp": "2025-01-15T17:10:00.000Z",
"version": "1.0",
"data": {
"status": {
"id": "n5xr8yk0wr6q3cwohgeufqmz",
"name": "Qualified Lead",
"color": "#3b82f6",
"createdAt": "2025-01-02T09:00:00.000Z"
}
}
}
Occurs when a pipeline status is updated
{
"id": "ck9v2m5nj0xp4wq7ybftrae8",
"seq": 189,
"teamId": "hzcai5t59nn9vsck3rbuepyg",
"type": "status.updated",
"timestamp": "2025-01-15T17:10:00.000Z",
"version": "1.0",
"data": {
"status": {
"id": "n5xr8yk0wr6q3cwohgeufqmz",
"name": "Qualified Lead",
"color": "#3b82f6",
"createdAt": "2025-01-02T09:00:00.000Z"
}
}
}
{
"id": "ck9v2m5nj0xp4wq7ybftrae8",
"seq": 189,
"teamId": "hzcai5t59nn9vsck3rbuepyg",
"type": "status.updated",
"timestamp": "2025-01-15T17:10:00.000Z",
"version": "1.0",
"data": {
"status": {
"id": "n5xr8yk0wr6q3cwohgeufqmz",
"name": "Qualified Lead",
"color": "#3b82f6",
"createdAt": "2025-01-02T09:00:00.000Z"
}
}
}
status object reflects the state after the update.
Was this page helpful?