> 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/topicos/geral/crm/crm-automacoes/crm-automacoes-no-crm-com-a-condicao-o-lead-possui-uma-reuniao-agendada.md).

# CRM - Automações no CRM com a Condição "O lead possui uma reunião agendada?"

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

A condição "O lead agendou uma reunião" é fundamental para identificar leads de alta qualidade, e melhorar a eficiência da equipe de vendas.

Acesse o **CRM**, e clique em **Automações**;

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

Defina o **título** e a **condição**, que, neste caso, será '*O lead possui uma reunião agendada?*'.

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

Defina as **configurações**;

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

Configure a **condição** que deve ser atendida para que a **automação seja acionada**.&#x20;

Determine o que você deseja que o CRM faça quando a condição for atendida.

No exemplo, iremos usar '**Enviar uma notificação para um funcionário**'. Isso fará com que o funcionário seja alertado sempre que o lead agendar uma reunião.

*Mas você pode definir outras condições, como por exemplo:*

'**Criar Tarefa**': Quando um lead agenda uma reunião, o CRM vai criar automaticamente uma tarefa relacionada a essa reunião e atribuí-la ao representante de vendas responsável por lidar com esse lead.

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

Defina **para quem** a notificação será enviada, e a **mensagem** que aparecerá na notificação e clique em **Salvar**;&#x20;

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

Após salvar sua automação, clique no ícone de '<mark style="color:green;">**Play**</mark>' para ativa-la.&#x20;

<figure><img src="/files/7CtFc0xyFftIBhsLbgIn" alt=""><figcaption></figcaption></figure>

<mark style="color:purple;">**Veja artigos semelhantes:**</mark>

{% content-ref url="/pages/klCMAPWYEuXrOLGtPpze" %}
[CRM](/topicos/geral/crm.md)
{% endcontent-ref %}


---

# 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/topicos/geral/crm/crm-automacoes/crm-automacoes-no-crm-com-a-condicao-o-lead-possui-uma-reuniao-agendada.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.
