> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-advance-notice-sending-for-events.md).

# CRM - Advance Notice Sending 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 message through automation 5 days before the due date.

The first step is to set up a custom field with the name Due Date; for that, go to the system settings. To do this, access System Settings and choose Lead Custom Fields:

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

Click on +New and add the name and 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 pipeline, click the automation icon, and then click + to create a new automation.&#x20;

\
NOTE: In this example, we are creating a stage automation, that is, the automation will only be executed when opportunities fall into this stage, and that 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 >> Indicate a time
* Condition: Lead field value >> 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
* Indicate the opportunity statuses and save the automation

Check it out below:

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

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-advance-notice-sending-for-events.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
