# How to send a notification when a customer is created

**Applies to**: QLM v16

**Edition**: Pro or Enterprise

***

To send a notification when a new customer is created, follow the steps below:

### Create a search

* Launch the QLM Management Console
* Go to the Manage Keys tab
* Click the "Search" dropdown and select "Edit Searches"
* Create a new search as follows:
  * Name: New Customer
  * Table: Customers
  * SQL: CreationDate > \[date]
  * Click OK

### Create a Scheduled Task

* Click "Scheduled Tasks" on the ribbon bar
* Click Add and set the following:
  * Name: New Customer
  * License Server: \<your server>
  * Search: New Customer (the search created in the previous step)
  * Run Every: 1 hour (do not set a high frequency as this will add unnecessary load on the server)
  * Configure the other options as needed.

Scheduled tasks are processed by the QLM Agent. Make sure that the [QLM Agent Service](/docs/qlm-agent/qlm-agent-service.md) is properly configured and running.


---

# 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.soraco.co/docs/email-framework/email-notifications/how-to-send-a-notification-when-a-customer-is-created.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.
