# Automating Cost Anomalies Email Alerts

This guide explains how you can set up automatic email notifications for cost anomaly tickets using workflows in OneLens.

## Use Case

For instance, you may want your finance or operations team to receive an email alert whenever a cost anomaly is detected with a cost impact greater than $100. This will enable faster investigation into unexpected spending and helps in controlling potential budget overruns.

## **Video Guide**

For a more detailed walkthrough, refer to the video available here.

{% embed url="<https://youtu.be/xY6KMLiBYVA>" %}

## Setting up Workflow

{% stepper %}
{% step %}

### Access Workflow Section in OneLens

1. Navigate to the **workflow** section of OneLens.
2. Click the **Create** button in the top-left corner to start a new workflow.

   <figure><img src="/files/75wac7d254QViBTqUBFQ" alt="" width="563"><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Create a New Workflow

1. A dialog box will appear asking for a workflow name. Enter a descriptive name (e.g., Cost Anomalies Email Alerts).
2. You can also add a *description*, which is optional.
3. Once you’ve filled in the details, click **Create** to proceed.

<img src="/files/ZaHI1K1rjYUK1borSek0" alt="" width="563">
{% endstep %}

{% step %}

### Choose the Trigger for the Workflow

In the workflow setup, select the **Anomaly** option as your trigger.

You will then choose the **Anomaly is Detected**.

<figure><img src="/files/5zjF6jC3MVZhoVyjpeZQ" alt="" width="563"><figcaption></figcaption></figure>

#### **Trigger Start**

* You’ll have two options for how these conditions should be applied:
  * **Trigger when all conditions match** – the workflow will only trigger if all conditions are met.
  * **Trigger when any condition matches** – the workflow will trigger if one of the conditions is met.
* You can configure multiple conditions by clicking on the **Add Rule** button.

<img src="/files/9mExTqV1vdoJtB5qlpef" alt="" width="563">

#### **Conditions Configuration**

Each condition involves filling out three fields:

1. **Criteria**: Choose the specific property of the ticket you want to filter by. You can use the following attributes:
   1. **Ticket**: Cost Impact ($), Cost Impact (%)
   2. **Resource**: Account, Region, Service
   3. **Cost Center (Org Hierarchy)**: Cost Center, Category
2. **Limit**: Set a comparison operator or criteria type for the selected attribute. The available options vary based on the chosen criteria.
3. **Borderline**: Set the specific value or list of values to compare against.

<img src="/files/lO3wlxMR01mTj6ryireI" alt="" width="563">

#### **Example: Ticket > Cost Impact ($)**

* **Criteria**: Cost Impact ($)
* **Limit**: Greater Than
* **Borderline**: 500 (this would filter for tickets where potential savings are greater than $500).
  {% endstep %}

{% step %}

### Set Up Email Notifications

* After defining the trigger and conditions, click **Add Step**.
* Under Messaging, choose **Send Email to Users**.

<img src="/files/vUGWWBvoUASYzbVdtAH7" alt="" width="563">

#### **Configure Email**

Add the following details:

* **Recipients**: Enter the email addresses of the users who should receive the email notifications.
* **Cc/Bcc**: Optionally, add additional recipients in the Cc or Bcc fields.
* **Subject**: Specify the subject line for the email notification.
* **Message**: Enter the email's body content, including relevant details for the recipients.

<img src="/files/M0pVYOfBvQRduVYrEut2" alt="" width="563">

#### **Preview the Email**

To ensure the email looks as expected, you can preview it before sending it.

Click on **Show preview with mock data** to view the email preview. This will display how the email will appear with sample data, allowing you to verify its format and content.

Once you're satisfied with the preview, click on **Save Changes**.

<img src="/files/mdbpPzk5uqXXPZqQpR8S" alt="" width="563">
{% endstep %}

{% step %}

### Publish the Workflow

Review the workflow representation to ensure everything is set up correctly.

Click **Publish** to make the workflow active.

<img src="/files/JkoTyDrCzYGmVCNFSWZR" alt="" width="563">
{% endstep %}
{% endstepper %}

## **Result**

Here is how your email would look:

<img src="/files/GPJjxhNEwEjMim3RV8Yh" alt="" width="563">


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.onelens.cloud/automate/workflows-and-automation/usecases/automating-cost-anomalies-email-alerts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
