Messaging Quota Full
Triggered when the messaging quota for a workspace reaches or exceeds 100% utilization within the current billing period.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The unique identifier for the partner.
a JSON Web Token (JWT) token that contains the partner_id, nbf (not before), and exp (expiration) fields. using the partner''s shared secret and can be used to verify authenticity and integrity.
Body
Webhook payload sent when the messaging quota for a workspace reaches or exceeds 90 or 100 percent utilization within the current billing period.
Identifier of the workspace whose messaging quota is nearing full utilization or reached.
"my-workspace"
Partner webhook event name.
workspace:quota_near_full:messaging, workspace:quota_full:messaging "workspace:quota_full:messaging"
Unique identifier of the partner that owns the workspace.
"partner_12345"
Timestamp when the event was triggered.
"2024-01-01T12:00:00.000Z"
Total messaging quota allocated to the workspace for the current billing period.
100000
Number of messaging units consumed in the current billing period when the threshold was reached.
90000
Start of the current billing period used to aggregate the utilization
"2024-01-01T00:00:00.000Z"
End of the current billing period used to aggregate the utilization
"2024-01-31T23:59:59.000Z"
Messaging quota utilization percentage at the time of triggering, computed as an integer 0–100.
90
Response
Receiver accepted the event

