Seats Full
Triggered when all purchased seats in a workspace are utilized (no available seats remain).
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 all purchased seats in a workspace are utilized (available seats reach zero). This event is emitted once per billing period when the condition seats_utilized >= seats_purchased becomes true.
Identifier of the workspace whose seat utilization reached the purchased limit.
"my-workspace"
Partner webhook event name.
workspace:seats_full Unique identifier of the partner that owns the workspace.
"partner_12345"
Timestamp when the threshold condition was first met for the current billing period.
"2024-01-01T12:00:00.000Z"
Number of seats purchased for the workspace in the current billing period.
10
Number of seats still available for assignment in the workspace.
10
Response
Receiver accepted the event

