# Public Calendar - Automations related to lead attendance or no-show

<figure><img src="/files/1d33f34556a37cc8cc28a5190e4cc6ea6f81e6c2" alt=""><figcaption></figcaption></figure>

The SprintHub Public Calendar allows advanced automations to manage leads' attendance at meetings. Through these automations, you can track whether a lead attended, did not attend, or if a meeting was canceled, and handle that information effectively.

{% hint style="info" %}
These options are available in SAC 360º, CRM and Automation Flow. For this example we will use the automation flow.
{% endhint %}

### Step by Step to configure Attendance Automations

#### Step 1: Access an automation flow

**Access the Editor**: Navigate to the automations section of SprintHub and access the conditions editor.

<figure><img src="/files/588ca0134ed4d55694ed17aea3df3cfef4894020" alt=""><figcaption></figcaption></figure>

**Add New condition**: Click "New Filter" to create a new condition.

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

#### Step 2: Configure Attendance Conditions

In the conditions editor, you can create specific filters for different situations related to lead attendance. Here are some examples:

1. **Did the Lead Attend a Meeting?**
   * **Configuration**: Select the condition "Did the lead attend a meeting?" and configure the desired actions, such as sending a thank-you email or moving the lead to the next stage of the funnel.
2. **Did the Lead NOT Attend a Meeting?**
   * **Configuration**: Select the condition "Did the lead NOT attend a meeting?" and configure actions, such as sending a reminder email or moving the lead to a follow-up stage.
3. **Was a Meeting Canceled for the Lead?**
   * **Configuration**: Select the condition "Was a meeting canceled for the lead?" and configure actions, such as rescheduling the meeting or sending a notification to the person responsible.

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

<figure><img src="/files/364c9028d0acd6568b080048546581bb07008c26" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
For continuity in the explanation, we will separate each condition.
{% endhint %}

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

#### Step 3: Define Positive and Negative Actions

For each condition, you can define actions to be executed if the conditions are met (Positive) or not met (Negative).

* **Positive Actions**: May include sending emails, updating status in the CRM, internal notifications, etc.
* **Negative Actions**: May include resending invites, reminders, escalation to other responsible parties, etc.

#### Practical Examples

* **Example 1**: If a lead attended a meeting, send a thank-you email and create a new opportunity for the lead in the sales funnel.

<figure><img src="/files/0a898fc448cfa5add8978379b02bcb466ea69c8a" alt=""><figcaption></figcaption></figure>

* **Example 2**: If a lead did not attend a meeting, send a reminder email with the option to reschedule.

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

* **Example 3**: If a meeting was canceled, notify the person responsible and offer the lead the option to reschedule on a new date.

<figure><img src="/files/770fef94d3e071453619a20b5611bc622dcd3f6f" alt=""><figcaption></figcaption></figure>

#### Conclusion

The Public Calendar automations in SprintHub allow you to efficiently manage leads' attendance at meetings. By configuring specific conditions and actions, you can ensure that no lead is forgotten and that all opportunities are properly followed up.

***

**Note**: The provided images show visual examples of how to configure the conditions in SprintHub's automations editor. Follow the visual steps along with the textual guide for a precise and efficient setup.


---

# 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/relate/public-calendar/public-calendar-automations-related-to-lead-attendance-or-non-attendance.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.
