Inboxes

An inbox is a container of messages.

Messages are sent from and received by Channels which then post the messages into the configured inbox.

An inbox can have multiple channels.

Example Inbox Object

{
  "_links": {
    "self": "https://api2.frontapp.com/inboxes/inb_55c8c149",
    "related": {
      "teammates": "https://api2.frontapp.com/inboxes/inb_55c8c149/teammates",
      "conversations": "https://api2.frontapp.com/inboxes/inb_55c8c149/conversations",
      "channels": "https://api2.frontapp.com/inboxes/inb_55c8c149/channels",
      "owner": "https://api2.frontapp.com/teams/tim_55c8c149"
    }
  },
  "id": "inb_55c8c149",
  "name": "Team",
  "is_private": false
}