Skip to main content
Adds an email address to the email blacklist. When adding an email to the blacklist, emails sent by the given address will be always flagged as malicious/spam when scanned by Perception Point (positive verdict).

Parameters

ParameterDescription
Email AddressThe email address to be added to the blacklist.

Example Output

{
	"id": 186092,
	"comment": null,
	"created_by": "<string>",
	"last_updated_by": "<string>",
	"owner_organization": 342,
	"owner_organization_name": "<string>",
	"owner_organization_display_name": "<string>",
	"address": "<string>",
	"verdict": "<string>",
	"auto_approve": false,
	"do_not_scan": false,
	"use_return_path": false,
	"send_end_user_alert": true,
	"send_admin_alert": true,
	"send_in_digest_report": true
}

Workflow Library Example

Add Email to Blacklist with Perception Point and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop
I