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": 2,
	"comment": "This is an example!",
	"created_by": "Nimrod Wagner <nimrod.wagner@perception-point.io>",
	"last_updated_by": "Nimrod Wagner <nimrod.wagner@perception-point.io>",
	"owner_organization": 1,
	"address": "nimrod.wagner@perception-point.io"
}

Workflow Library Example

Add Email to Blacklist with Perception Point and Send Results Via Email

Preview this Workflow on desktop