Fetches a single Policy Event by its ID.

External Documentation

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

Parameters

ParameterDescription
Policy IDThe ID of the policy to fetch information for. Can be retrieved form the ‘List Policy Events’ action.

Example Output

{
	"id": 0,
	"summary": true,
	"alert_definition_name": "string",
	"created_at": "string",
	"updated_at": "string",
	"notified_original_recipients": true,
	"admin_recipients": "string",
	"policy_action": "string",
	"policy_enabled": true
}

Workflow Library Example

Get Policy Event with Cisco Advanced Phishing Protection and Send Results Via Email

Preview this Workflow on desktop