---
title: "Triggered when the messaging quota for a workspace reaches or exceeds 90 percent utilization within the current billing period."
method: POST
path: "workspace:quota_near_full:messaging"
tags: ["workspaces"]
---

# Triggered when the messaging quota for a workspace reaches or exceeds 90 percent utilization within the current billing period.

`POST workspace:quota_near_full:messaging` (webhook)

## Headers

- `X-TL-Partner-Id` string, required
- `X-TL-Signature` string, required

## Payload

- PartnerAPIWhMessaging — Webhook payload sent when the messaging quota for a workspace reaches or exceeds 90 or 100 percent utilization within the current billing period.
  - `workspace_id` string, required — Identifier of the workspace whose messaging quota is nearing full utilization or reached.
  - `event_type` 'workspace:quota_near_full:messaging' | 'workspace:quota_full:messaging', required — Partner webhook event name.
  - `partner_id` string, required — Unique identifier of the partner that owns the workspace.
  - `triggered_at` string, date-time, required — Timestamp when the event was triggered.
  - `messaging_quota_total` integer, required — Total messaging quota allocated to the workspace for the current billing period.
  - `messaging_quota_used` integer, required — Number of messaging units consumed in the current billing period when the threshold was reached.
  - `utilization_pct` integer — Messaging quota utilization percentage at the time of triggering, computed as an integer 0–100.
  - `current_period_start` string, date-time, required — Start of the current billing period used to aggregate the utilization
  - `current_period_end` string, date-time, required — End of the current billing period used to aggregate the utilization

## Acknowledgement `200`

Receiver accepted the event

---

[API](https://skmtc.net/initechsoftware/apis/partner-webhook-api.md) · [All operations](https://skmtc.net/initechsoftware/apis/partner-webhook-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/initechsoftware/partner-webhook-api/revisions/d89ccac88c1e/schema)
