# Inboxes

Connect channels and choose where conversations enter your Flownally workspace.

7 operations in the Inboxes resource group.

## Operations

- [Get inboxes](/reference/inboxes/get-inboxes.md) - GET `/inboxes` - Returns the connected channels that can send or receive customer messages in this
workspace. Use an inbox ID as the sender when starting outbound messages.
- [Create inbox](/reference/inboxes/create-inbox.md) - POST `/inboxes` - Connects one or more channel resources and makes them available as Flownally inboxes.
- [Delete inbox](/reference/inboxes/delete-inbox-by-id.md) - DELETE `/inboxes/{id}` - Removes an inbox from the workspace so it can no longer receive or send messages.
- [Assign team to inbox](/reference/inboxes/set-inbox-team.md) - PUT `/inboxes/{id}/team` - Routes new conversations from this inbox to the selected team.
- [Clear team from inbox](/reference/inboxes/clear-inbox-team.md) - DELETE `/inboxes/{id}/team` - Removes team routing so conversations use the workspace fallback.
- [List WhatsApp templates](/reference/inboxes/list-whats-app-templates.md) - GET `/inboxes/{id}/whatsapp/templates` - Returns approved and pending WhatsApp templates available for this inbox. Use template
names and languages from this response when sending `template` message content.
- [List WABA phone numbers](/reference/inboxes/list-waba-phone-numbers.md) - GET `/whatsapp/{wabaId}/phone-numbers` - Returns WhatsApp phone numbers that can be connected as Flownally inboxes.

## Schemas

- [Response](/reference/schemas/inboxes-response.md) - object - Connected inboxes for the workspace.
- [Inbox](/reference/schemas/inbox.md) - object - A connected customer communication channel in Flownally.
- [InboxStatus](/reference/schemas/inbox-status.md) - object - Channel-agnostic operational health for an inbox.
- [InboxStatusState](/reference/schemas/inbox-status-state.md) - enum - Overall operational health of an inbox.
- [InboxStatusReason](/reference/schemas/inbox-status-reason.md) - enum - Reason an inbox is not fully active.
- [ProblemDetails](/reference/schemas/problem-details.md) - object - RFC 9457 Problem Details response with a stable Flownally error code.
- [FieldViolation](/reference/schemas/field-violation.md) - object
- [Window](/reference/schemas/messaging-window.md) - object - Tells a client whether the current actor can send in this conversation right now.
- [CreateInboxRequest](/reference/schemas/create-inbox-request.md) - object - Connect exactly one channel type per request.
- [CreateWhatsAppInboxRequest](/reference/schemas/create-whats-app-inbox-request.md) - object - Create a WhatsApp inbox
- [WhatsAppInboxRequest](/reference/schemas/whats-app-inbox-request.md) - object - WhatsApp Business resources to connect.
- [CreateMessengerInboxRequest](/reference/schemas/create-messenger-inbox-request.md) - object - Create a Messenger inbox
- [MessengerInboxRequest](/reference/schemas/messenger-inbox-request.md) - object - Facebook Pages to connect for Messenger conversations.
- [CreateInstagramInboxRequest](/reference/schemas/create-instagram-inbox-request.md) - object - Create an Instagram inbox
- [InstagramInboxRequest](/reference/schemas/instagram-inbox-request.md) - object - Instagram Business accounts to connect.
- [CreateTextInboxRequest](/reference/schemas/create-text-inbox-request.md) - object - Create a Text (LiveChat) agent inbox
- [TextInboxRequest](/reference/schemas/text-inbox-request.md) - object - LiveChat Text organization to connect.
- [CreateInboxResponse](/reference/schemas/create-inbox-response.md) - object - Inboxes created from the connected channel resources.
- [SetInboxTeamRequest](/reference/schemas/set-inbox-team-request.md) - object - Team that should own new conversations arriving in this inbox.
- [WhatsAppTemplatesResponse](/reference/schemas/whats-app-templates-response.md) - object - WhatsApp templates available for outbound template messages.
- [WhatsAppTemplate](/reference/schemas/whats-app-template.md) - object - WhatsApp message template synced from Meta.
- [WhatsAppTemplateComponent](/reference/schemas/whats-app-template-component.md) - object
- [WhatsAppTemplateButton](/reference/schemas/whats-app-template-button.md) - object
- [WABAPhoneNumbersResponse](/reference/schemas/waba-phone-numbers-response.md) - object - Phone numbers available on a WhatsApp Business Account.
- [WABAPhoneNumber](/reference/schemas/waba-phone-number.md) - object - WhatsApp phone number that can be connected to an inbox.
