Fluxmail

Get delivery operation

Check whether a send or forward succeeded, failed, or has an uncertain outcome.

get_delivery_operation

Check whether a send or forward succeeded, failed, or has an uncertain outcome.

Permissions

Required capabilities: mail.send.

Inputs

NameRequiredTypeDetails
accountIdYesstringMinimum length: 1.
operationIdYesstringNone
{
  "type": "object",
  "properties": {
    "accountId": {
      "type": "string",
      "minLength": 1
    },
    "operationId": {
      "$ref": "#/properties/accountId"
    }
  },
  "required": [
    "accountId",
    "operationId"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Last updated

On this page