Message Release Logs
Retrieve logs of messages that were released to recipients, including information about the user who processed the release. These logs also capture messages that expired while in the held queue and were subsequently discarded by Mimecast's housekeeping services.
Required application permissions: Monitoring | Held | Read
.
Note:
You must provide at least one parameter to execute the action.
External Documentation
To learn more, visit the Mimecast V2 documentation.
Basic Parameters
Parameter | Description |
---|---|
Search By End Date | The end date of results to search by. The default value is the current date. |
Search By Start Date | The start date of results to search by. The default value id the start on the current day. |
Search Field | The field to be searched. |
Search Value | The value on which the search will be applied. |
Advanced Parameters
Parameter | Description |
---|---|
Filter By Field | Field Filter that is applied to the search results. |
Filter By Field Value | The value of which the filter will be applied, depends on the Field chosen in the Filter By Field parameter.Must be provided if Filter By Field is provided.
|
Example Output
{
"data": [
{
"heldReleaseLogs": [
{
"attachments": true,
"detectionLevel": "relaxed",
"fromEnv": {
"address": "string",
"domain": "string"
},
"fromHdr": {
"address": "string",
"domain": "string"
},
"heldGroup": "string",
"heldReason": "string",
"id": "string",
"messageInfo": "string",
"operator": {
"email": "string"
},
"policy": "string",
"rejectReason": "string",
"released": "yyyy-MM-dd'T'HH:mm:ssZ",
"route": "inbound",
"size": 1024,
"spamProcessingDetail": {
"dkim": {
"allow": true,
"info": "string"
},
"dmarc": {
"allow": true,
"info": "string"
},
"greyEmail": true,
"managedSender": {
"allow": true,
"info": "string"
},
"permittedSender": {
"allow": true,
"info": "string"
},
"rbl": {
"allow": true,
"info": "string"
},
"spf": {
"allow": true,
"info": "string"
}
},
"verdict": {
"spamScore": 10,
"status": "released"
},
"subject": "string",
"to": [
{
"displayableName": "string",
"emailAddress": "string"
}
]
}
]
}
],
"fail": [
{
"errors": [
{
"code": "string",
"message": "string",
"retryable": true
}
],
"key": {
"end": "yyyy-MM-dd'T'HH:mm:ssZ",
"filterBy": [
{
"fieldName": "string",
"value": "string"
}
],
"searchBy": {
"fieldName": "string",
"value": "string"
},
"start": "yyyy-MM-dd'T'HH:mm:ssZ"
}
}
]
}
Workflow Library Example
Message Release Logs with Mimecast V2 and Send Results Via Email
Preview this Workflow on desktop