v6

latestOpenAPI 3.1.02026-07-311856741.1 MB

customer_seat.claimed

Sent when a customer seat is claimed.

This event is triggered when a customer accepts the seat invitation and claims their access.

postWebhookcustomer_seat.claimed

Payload

type'customer_seat.claimed' required
timestampstring date-time required

Example payload

{
  "type": "customer_seat.claimed",
  "data": {
    "member": {
      "email": "member@example.com",
      "name": "Jane Doe",
      "external_id": "usr_1337"
    }
  }
}

Response

Successful Response

{"stackTrail":"webhooks:customer_seat.claimed:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}