Fetch a single message by its ID.

External Documentation

To learn more, visit the Cisco Advanced Phishing Protection documentation.

Parameters

ParameterDescription
Message IDThe ID of the message to fetch information for. Can be retrieved form the ‘List Messages’ action.

Example Output

{
	"authenticity": 0,
	"date": "2024-01-29T20:58:07.956Z",
	"domain_reputation": 0,
	"from": "user@example.com",
	"from_domain": "example.com",
	"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
	"mail_from": "user@example.com",
	"message_id": "string",
	"message_trust_score": 0,
	"reply_to": "user@example.com",
	"sbrs": "string",
	"uris": [
		"string"
	],
	"subject": "string",
	"timestamp_ms": 0,
	"to": "string",
	"authentication_results": "string",
	"dkim_d_tag": "string",
	"matched_policies": [
		"string"
	],
	"risk_reason": {},
	"sending_ip_address": "string"
}

Workflow Library Example

Get Message with Cisco Advanced Phishing Protection and Send Results Via Email

Preview this Workflow on desktop