# Inbox

Type: object

A connected customer communication channel in Flownally.

## Properties

- `id` (string, required)
- `createdAt` (string, required)
- `updatedAt` (string, required)
- `tenantId` (string, required)
- `channel` (enum, required)
- `externalId` (string, required)
- `createdBy` (string, required)
- `name` (string, required)
- `teamId` (string, optional) - ID of the Team that owns this Inbox (optional).
- `status` (InboxStatus, required)
- `config` (object, optional)

