Teamwork CRM API

Getting access, Developing, Testing

Back to Teamwork CRM

List all mailboxes

Return a list of mailboxes from an email account.

Input

type: object properties: parameters: type: object properties: accountId: type: integer required: - accountId title: Parameters

Output

type: object title: mailboxesResponse properties: emailMailboxes: type: array items: type: object title: EmailMailbox properties: displayName: type: string id: type: integer inSidebar: type: boolean name: type: string unreadThreads: type: integer