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

# CRM - Automating Sending Meeting Scheduling Link

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2FMVQgCpOSTL3DCI1qYMSv%2Fart.png?alt=media&amp;token=50968488-8e51-403f-b834-8d4f3a6fd696" alt=""><figcaption></figcaption></figure>

Imagine that your team has many leads and wastes time manually sending the link to schedule meetings. To speed things 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" %}
**Warning**: 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 Automation 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 service finder field.

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2FarcPbO3pVKXi0Ns5DM3E%2Fc1.png?alt=media&amp;token=2636bfc0-78aa-45fa-83d8-25ae5a760448" alt=""><figcaption></figcaption></figure>

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

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

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

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2Fk6Wq51Ap4WoJuijFAqQH%2Fc2.png?alt=media&amp;token=3074d765-0cf0-4e32-9e01-b609f88d09f4" alt=""><figcaption></figcaption></figure>

**3. Automation Setup**

* Set a descriptive title for easy identification.
* **Trigger**: "The contact schedules a meeting" and choose the calendar.

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2FXLmh1E79x3PAqcLRs6f1%2Fcaa.png?alt=media&amp;token=79de4df3-1d8f-4eed-a928-8c6236a05a1d" 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 the tokens by clicking the "tag" icon.

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2FMSco7BYqFqWWYHXK918W%2Fcrmr.png?alt=media&amp;token=6e3ea08a-8646-4ddd-9d02-24f16f82a61f" 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 or opportunity owner</td></tr></tbody></table>

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

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2FBIk8DlUk74OvLNKehEOE%2Fcb.png?alt=media&amp;token=0ad14433-336a-4a5a-b19c-202e86dfa91a" 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 experience of the *lead*.


---

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