# CRM - Automating the Sending of a Meeting Scheduling Link

<figure><img src="/files/108997f32d58aa3ba325a7334ac1d5ead2b50509" alt=""><figcaption></figcaption></figure>

Imagine your team has many leads and wastes time manually sending the link to schedule meetings. To speed up, just set up an automation in the CRM: when the opportunity enters the stage **Schedule Meeting**, the system automatically sends the link via WhatsApp, ensuring quick follow-up and freeing the salesperson to focus on closing.

{% hint style="info" %}
**Attention**: for this automation, it is necessary that the responsible user has a calendar, created in [*Public Calendar*](/en/topics/relate/public-calendar.md).
{% endhint %}

#### Steps to Automate Sending the Scheduling Link

This tutorial uses the automation features within the CRM module.

**1. Accessing the CRM Automations Area**

The first step is to navigate to the area where you manage the stages of your Sales Funnel and configure automations. Type "CRM" in the find service field.

<figure><img src="/files/085cde0b713cb5acf6c80b5e65f7b95a6692db6a" alt=""><figcaption></figcaption></figure>

2. **Creating the Automation in the Desired Stage**

You can choose a funnel automation (to target the whole funnel), or a stage automation (to target only that stage). In our example, we will set up a configuration for the "Meeting Scheduled" stage.

1. In the desired funnel, click the automations icon.
2. In the stage, click the Add (+) icon next to the stage name to create a new automation.

<figure><img src="/files/018eeba89db5e23495d3364a42e071031936bba8" alt=""><figcaption></figcaption></figure>

**3. Automation Configuration**

* Define a descriptive title for easy identification.
* **Trigger**: “The contact schedules a meeting” and choose the calendar.

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

* **Condition:** in this strategy we will not use any condition, but you can add one if it makes sense for your operation.
* **Action:** add the action “Send WhatsApp to the contact”, select the sending account and write the personalized message with the scheduling link.
* Use tokens by clicking the "label" icon.

<figure><img src="/files/3166e17ac32e88e21eec09d5e576434fd17b88cf" alt=""><figcaption></figcaption></figure>

#### Meaning of the tokens used:

<table><thead><tr><th width="263">Token</th><th width="483">Meaning</th></tr></thead><tbody><tr><td>{contactfield=firstname}</td><td>Lead's first name</td></tr><tr><td>{pcalendar=owner}</td><td>First calendar of the Lead's or opportunity's owner</td></tr></tbody></table>

* Adjust the repetition settings and additional settings according to your strategy and **save the automation.**

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

With this flow, you ensure that the scheduling link is sent immediately and without manual intervention from the salesperson, speeding up the process and improving the *lead*.


---

# 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-automations/crm-automating-sending-of-meeting-scheduling-link.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.
