# CRM - Advance Notifications for Events

It is possible to send messages to leads days before the date of an event. For example: you want to send a WhatsApp via automation, 5 days before the due date.

The first step is to configure a custom field named Due Date; to do this go to the system settings. To do so, go to System Settings and choose Lead Custom Fields:

<figure><img src="/files/045c05c027cc3c95d026496bda1b420070771ccf" alt=""><figcaption></figcaption></figure>

Click +New and add the name and the field type. In our example, it is a Date and Time field. Click Save and Close.

<figure><img src="/files/c64b2a44c0951617c7fd09e54729c1f06d6b0eb9" alt=""><figcaption></figcaption></figure>

Access the CRM

<figure><img src="/files/b241ebc222cbc48867119a5d302ba5b1e1b52ad0" alt=""><figcaption></figcaption></figure>

Choose the funnel, click the automation icon, and then click + to create a new automation.&#x20;

\
NOTE: In this example, we are creating a stage automation, meaning the automation will only run when opportunities enter this stage and meet the configured trigger and condition.

<figure><img src="/files/6bfb06b389d8e566a036f32073e4d3352642c9eb" alt=""><figcaption></figcaption></figure>

In the automation editor add:

* The automation title
* Trigger: The time of day is >> Specify a time
* Condition: The value of the lead field >> Due Date (the custom field created earlier) >> Will be in less than >> (number of days)
* Action: Send WhatsApp to the lead >> Write the message that will be sent
* Specify the opportunity statuses and save the automation

Check below:

<figure><img src="/files/060297af8e49f41d89081f04f025b6f23a2bdbdd" alt=""><figcaption></figcaption></figure>

<br>


---

# 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.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-sending-advance-notices-for-events.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.
