Skip to main content
WEBHOOK

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication.

Body

application/json
inbox_id
string<uuid>
required

The unique identifier of the inbox that has new messages.

received_message_count
integer
required

The number of new messages available to lease. When redelivery is true, this is a nonzero placeholder rather than an exact count.

redelivery
boolean
default:false

True when this notification was manually re-sent after a delivery outage. received_message_count is a placeholder in that case, not a real count.

Response

200

Notification acknowledged

Last modified on September 16, 2026