> 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/relate/automation-flows/common-questions/automation-flows-notify-users-about-meetings-scheduled-by-leads.md).

# Automation Flows - Notify Users about Meetings Scheduled by Leads

#### You can notify your employee about scheduled meetings via WhatsApp, email, and the system itself. In this way, they will have access to the necessary information and avoid missing appointments or important details.

The first step is to create your Public Calendar in Sprinthub. To do so, check the article below:

{% content-ref url="/pages/5b1a407ba82e6140b1e9c489f2b2240e7d60b9ea" %}
[Public Calendar](/en/topics/relate/public-calendar.md)
{% endcontent-ref %}

To create and run your flow, follow these steps:&#x20;

1. **Create the Automation Flow:**

* Go to Automation Flows via “Find Services”. Or just type the name, and the feature appears.
* To create, click “+ New”.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfn0PrLtopgCZ55PsU3V6KL00MO8cSgNNRB1SPU1qWNZdrOBtCHkAmsWJSBaFThSfUYtYpWxhOB8LONVLdS0MWqArLpdTbEG_Meynvm5CEIGYZQ35mCgF3kXH1a5P00iwOOuIgOpg?key=yfi2sSFYtntZUGhmhrdko_Ym" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcBiymYW0REPt05yNcjdIjumiZI7e-XJ_6IfLgBJz56MVCPY6eZvHEjcKbjam3ZndqWwutQl6Gso_t67lemV1P3Dixc_kSNUbV96Cczl_05ZUQU7mcii6SHj592iwRzuqUDP5Fe?key=yfi2sSFYtntZUGhmhrdko_Ym" alt=""><figcaption></figcaption></figure>

2. **Configure and Create:**

* **Enter a Name:** Give your flow a descriptive name.
* **Enter a description:** detail of what will happen in the flow.
* **Set up a Segment:** Choose one you prefer.
* **Category:** Choose one you prefer. This is optional
* **Allow leads to restart the flow?:** It depends on your strategy.

If left as “YES”, it will go through the flow more than once.

* **Click on “Open Builder”,** to create the flow with your actions and conditions.\ <br>

  <figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXc3tpLPgAu7EHQXo6px2EjrVc9_vQmppk7S8Vr9VGqZOozuEv_DR9kmaShNNvx1oawQOQHcOGs_kiOqMhEuuo45plIV5nfdWWP6tHaIH8xID9AHNWqLqJfjKGo3THZ6U7EsKq4gCQ?key=yfi2sSFYtntZUGhmhrdko_Ym" alt=""><figcaption></figcaption></figure>

3. Building the Flow:

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

4\. **Saving the Automation Flow:**

After creating and making the necessary changes, save your Flow and publish it.

* Published: When selecting "YES", the flow will start working immediately.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXc7hrZ-ETv8DwlxRHndr3HGLOnJjNw3wlqEeqTyA6yEAUM5K0F9RvgJOFmTxHHzYNhNoaFsKkbKf-GDtuxp4Foon0Hx0mWSGMbQLBAbZ14rSkOm-um4kbth4Br2Ve4QP09XOy36Fg?key=yfi2sSFYtntZUGhmhrdko_Ym" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
**IMPORTANT:**

Make sure your Public Calendar is configured to add Leads to a segment. In addition, it is possible to add a Tag to mark each Lead.
{% endhint %}

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXd_BwdzMIzPHBsLjpwOX-lqlQumS4cKgbF4Q-ab0X5DbRzrEfPXAS6892cPadKLeXzz9Q2jfC38lhaMKIIXw-ue0mq4SBc_qZt_n_x-gAuLeoQMWzKhK6sqTMwkjeREOpOqmC6CYA?key=yfi2sSFYtntZUGhmhrdko_Ym" alt=""><figcaption></figcaption></figure>

**CONCLUSION:**&#x20;

Using the notification function to alert the employee about their appointments is an effective strategy to ensure organization and punctuality. With reminders via WhatsApp, email, and the system, the employee has quick access to essential information, avoiding forgetfulness and improving productivity. This contributes to more efficient communication and a more aligned workflow within the company.


---

# 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/relate/automation-flows/common-questions/automation-flows-notify-users-about-meetings-scheduled-by-leads.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.
