Fluxmail

Get email

Fetch one email in full: body (text and/or HTML), recipients, attachment metadata.

get_email

Fetch one email in full: body (text and/or HTML), recipients, attachment metadata.

Permissions

Required capabilities: mail.read.

Inputs

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

Last updated

On this page