Skip to main content
Send an email to the issue’s datastore owner or provide a recipient. Required Permission:
  • cyera.send.issue.email
External DocumentationTo learn more, visit the Cyera documentation.

Parameters

ParameterDescription
CC RecipientAn email address that will be sent as a copy in all emails.
Email RecipientProvide an email address to send the email to. When omitted, the email will be sent to the default datastore owner.
Issue UIDThe issue’s UID. Can be obtained using the List Issues action.
IssuesA 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.

For more information about the JSON structure please visit Cyera’s documentation.
Issues QuantitySelect between sending an email to a single issue’s datastore owner or provide a JSON objects list of issue UIDs.
Reply ToA 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.

Example Output

{
	"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
Workflow LibraryPreview this Workflow on desktop