Skip to main content

Create new room

Use this API to create a new room in your organisation. Use fields externalRef to refer to your internal records such as Salesforce object type and its unique ID. Users in invitees will be given access to the room.

Request Body
  • name string required
  • externalRef string
  • slug string required
  • ownerUserEmail string required
  • invitees object[]
  • firstName string required
  • lastName string required
  • email email required
  • access string required
  • notes string
Responses

Created


Schema
  • name string
  • externalRef string
  • slug string
  • ownerUserEmail string
  • createdAt date-time
  • updatedAt date-time
  • archivedAt date-time
  • id cuid
Loading...