v6

OpenAPI 3.1.02026-07-311856741.1 MB

customer_seat.assigned

Sent when a new customer seat is assigned.

This event is triggered when a seat is assigned to a customer by the organization. The customer will receive an invitation email to claim the seat.

postWebhookcustomer_seat.assigned

Payload

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

Example payload

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

Response

Successful Response

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