When it fires
A new pipeline status is created in the workspace through the Inboxapp UI. Statuses represent stages in your sales pipeline (e.g., “New Lead”, “Warm”, “Qualified”, “Closed Won”).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": 88,
"teamId": "hzcai5t59nn9vsck3rbuepyg",
"type": "status.created",
"timestamp": "2025-01-15T11:00:00.000Z",
"version": "1.0",
"data": {
"status": {
"id": "n5xr8yk0wr6q3cwohgeufqmz",
"name": "Qualified",
"color": "#10b981",
"createdAt": "2025-01-15T11:00:00.000Z"
}
}
}
Occurs when a new pipeline status is created
{
"id": "ck9v2m5nj0xp4wq7ybftrae8",
"seq": 88,
"teamId": "hzcai5t59nn9vsck3rbuepyg",
"type": "status.created",
"timestamp": "2025-01-15T11:00:00.000Z",
"version": "1.0",
"data": {
"status": {
"id": "n5xr8yk0wr6q3cwohgeufqmz",
"name": "Qualified",
"color": "#10b981",
"createdAt": "2025-01-15T11:00:00.000Z"
}
}
}
{
"id": "ck9v2m5nj0xp4wq7ybftrae8",
"seq": 88,
"teamId": "hzcai5t59nn9vsck3rbuepyg",
"type": "status.created",
"timestamp": "2025-01-15T11:00:00.000Z",
"version": "1.0",
"data": {
"status": {
"id": "n5xr8yk0wr6q3cwohgeufqmz",
"name": "Qualified",
"color": "#10b981",
"createdAt": "2025-01-15T11:00:00.000Z"
}
}
}
Was this page helpful?