# Create inbox

**POST** `/inboxes`

Connects one or more channel resources and makes them available as Flownally inboxes.

Authentication: bearerAuth
Required scopes: `inbox:create`
Allowed roles: `owner`, `admin`
Authorization: Create an inbox in the workspace.

## Request body

- `application/json`: `CreateInboxRequest` required.

## Responses

- `200`: Inbox created successfully
- `default`: Error
