# Notification about order delay

## Use case description

🎯 Goal:

Answer to customers expectations, **reduce call center traffic** and increase loyalty.

Notify your customers when an order is delayed, this will reduce the call center traffic and bring more interactions with customers by giving them more info. If needed, you can add also an incentive for next purchase as compensation.

🔧 Complexity: 2/5

💰 ROI: Low

![](/files/FLJKROTVvJrdmegR0fVA)

## Use case setup

Step 1: create a new variable order\_delay = True / False and import values

Step 2: create a segment with order\_delay = True

Step 3: create a stream to send users in segment previously created to an emailing or push notification solution


---

# 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://doc.commandersact.com/use-cases/data-activation/increase-loyalty/notification-about-order-delay.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.
