Retrieves a list of quarantined messages from the Proofpoint Protection Server.

External Documentation

To learn more, visit the Proofpoint Protection Server documentation.

Parameters

ParameterDescription
End DateTime of when the search should end.
Filter ByChoose to filter messages by sender mail, recipient mail, or mail subject.
FolderQuarantine folder name. Default is “Quarantine”.
RecipientFilter quarantined messages by the recipient email address.
SenderFilter quarantined messages by the sender email address.
Start DateTime from when the search should begin.
SubjectFilter by message subject, message subject starts with, ends with, or contains.

Example Output

{
	"Proofpoint": {
		"QuarantinedMessage": [
			{
				"date": "2021-05-20 15:30:45",
				"folder": "CustomQuarantine",
				"from": "jane@smith.com",
				"guid": "XZ_WjHKL3kR7pMNO8ABCzXYZabc123",
				"host_ip": "[192.168.1.1] [192.168.1.1]",
				"localguid": "7:8:123",
				"messageid": "ZXY123ABC789@example.net",
				"processingserver": "...",
				"rcpts": [
					"custom@recipient.com"
				],
				"size": "8000",
				"spamscore": "90",
				"subject": "Modified Loan Request"
			},
			{
				"date": "2021-06-10 08:45:22",
				"folder": "CustomQuarantine",
				"from": "alice@wonderland.com",
				"guid": "pqr789XYZabc321DEF",
				"host_ip": "[192.168.2.2] [192.168.2.2]",
				"localguid": "9:10:456",
				"messageid": "ABC987XYZ654@email2.example.com",
				"processingserver": "...",
				"rcpts": [
					"another@user.com"
				],
				"size": "7500",
				"spamscore": "95",
				"subject": "Updated Loan Proposal"
			}
		]
	}
}

Workflow Library Example

List Quarantined Emails with Proofpoint Protection Server and Send Results Via Email

Preview this Workflow on desktop