> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Add Email To Blacklist

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

<div className="integrations-table">
  | Parameter     | Description                                     |
  | ------------- | ----------------------------------------------- |
  | Email Address | The email address to be added to the blacklist. |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/add-email-to-blacklist-with-perception-point-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/add-email-to-blacklist-with-perception-point-and-send-results-via-email/canvas" />
</div>
