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

# Create Alert

Creates a new alert.

<Note>
  External Documentation

  To learn more, visit the [Opsgenie documentation](https://www.opsgenie.com/docs/alert-api#section-create-alert).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter   | Description                                                                                              |
  | ----------- | -------------------------------------------------------------------------------------------------------- |
  | Actions     | Custom actions that will be available for the alert.                                                     |
  | Alias       | Client-defined identifier of the alert, that is also the key element of alert deduplication.             |
  | Description | Description field of the alert that is generally used to provide a detailed information about the alert. |
  | Details     | Map of key-value pairs to use as custom properties of the alert.                                         |
  | Entity      | Entity field of the alert that is generally used to specify which domain alert is related to.            |
  | Message     | Message of the alert.                                                                                    |
  | Note        | Additional note that will be added while creating the alert.                                             |
  | Priority    | Priority level of the alert.                                                                             |
  | Responders  | Responders that the alert will be routed to send notifications.                                          |
  | Tags        | Tags of the alert.                                                                                       |
  | User        | Display name of the request owner.                                                                       |
  | Visible To  | Teams and users that the alert will become visible to without sending any notification.                  |
</div>

## Example Output

```json theme={"dark"}
{
	"result": "<string>",
	"took": 1,
	"requestId": "<string>"
}
```

## Workflow Library Example

[Create Alert with Opsgenie and Send Results Via Email](https://library.blinkops.com/workflows/create-alert-with-opsgenie-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/create-alert-with-opsgenie-and-send-results-via-email/canvas" />
</div>
