Fluxmail

List folders

List folders/labels for an account, with roles (inbox, sent, drafts, trash, spam, starred).

list_folders

List folders/labels for an account, with roles (inbox, sent, drafts, trash, spam, starred).

Permissions

Required capabilities: mail.read.

Inputs

NameRequiredTypeDetails
accountIdNostringAccount to operate on. Optional when exactly one account is connected. Minimum length: 1.
{
  "type": "object",
  "properties": {
    "accountId": {
      "type": "string",
      "minLength": 1,
      "description": "Account to operate on. Optional when exactly one account is connected."
    }
  },
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Last updated

On this page