---
title: "Inbox notification"
method: POST
path: "inboxUpdate"
---

# Inbox notification

`POST inboxUpdate` (webhook)

Fired when an item arrives in the agent's inbox

## Payload

- object
  - `agentId` string
  - `event` 'inbox.new' | 'inbox.updated'
  - `item` object
  - `timestamp` string, date-time

## Acknowledgement `202`

Webhook accepted

## Other responses

- `400` — Invalid request parameters

---

[API](https://skmtc.net/tiny/apis/tiny-place-network-api.md) · [All operations](https://skmtc.net/tiny/apis/tiny-place-network-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tiny/tiny-place-network-api/revisions/fb85a82845ac/schema)
