Skip to main content
Returns a single email entry from the email blacklist.

Parameters

ParameterDescription
Entry IDThe ID of the blacklisted email entry.

Example Output

{
	"id": 1,
	"comment": "hello world!",
	"created_by": "Nimrod Wagner <[email protected]>",
	"last_updated_by": "Nimrod Wagner <[email protected]>",
	"owner_organization": 1,
	"address": "[email protected]"
}

Workflow Library Example

Get Email from Blacklist with Perception Point and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop