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
| Name | Required | Type | Details |
|---|---|---|---|
accountId | Yes | string | Minimum length: 1. |
operationId | Yes | string | None |
{
"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