> ## 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.

# Send Email To Issue Datastore Owner

Send an email to the issue's datastore owner or provide a recipient.

**Required Permission**:

* `cyera.send.issue.email`

<Note>
  External Documentation

  To learn more, visit the [Cyera documentation](https://api.cyera.io/docs#tag/issues/post/v1/issues/send-email).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                                                                                                                                                                                                                                |
  | --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | CC Recipient    | An email address that will be sent as a copy in all emails.                                                                                                                                                                                                                                                |
  | Email Recipient | Provide an email address to send the email to. When omitted, the email will be sent to the default datastore owner.                                                                                                                                                                                        |
  | Issue UID       | The issue's UID. Can be obtained using the `List Issues` action.                                                                                                                                                                                                                                           |
  | Issues          | A JSON list of issue UIDs and recipients to send emails to. When the recipient value is omitted, the email will be sent to the issue datastore owners.<br /><br />For more information about the JSON structure please visit [Cyera's documentation](https://api.cyera.io/docs#model/issueemailrecipient). |
  | Issues Quantity | Select between sending an email to a single issue's datastore owner or provide a JSON objects list of issue UIDs.                                                                                                                                                                                          |
  | Reply To        | A reply-to email address that will be applied to all emails sent in a single execution. If not provided, defaults to `data-security@cyera.io`.                                                                                                                                                             |
</div>

## Example Output

```json theme={"dark"}
{
	"uids": [
		"2ad24f34-b859-d1a5-501f-630ad018514a",
		"2ad24f34-b859-d1a5-501f-630ad018514b"
	]
}
```

## Workflow Library Example

[Send Email to Issue Datastore Owner with Cyera and Send Results Via Email](https://library.blinkops.com/workflows/send-email-to-issue-datastore-owner-with-cyera-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/send-email-to-issue-datastore-owner-with-cyera-and-send-results-via-email/canvas" />
</div>
