> For the complete documentation index, see [llms.txt](https://docs.gallabox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gallabox.com/integration/other-integrations/calendly/workflows-for-calendly.md).

# Workflows for Calendly

### Event Confirmation Notifications

This workflow can be used to send Event confirmations once someone has booked a meeting with you.

If you prefer watching the video, here it is:

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

If you prefer the guide to configure this workflow follow the below steps:

1. Click on **+Add Workflow** for Event Confirmation Notifications. You will be directed to Event Confirmation Notification window.

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

2. You have to choose the Event (from the drop-down) for which you would like to send the Event Confirmation Notifications.

{% hint style="success" %}
All the events that you have created in your Calendly Account will appear in the drop-down.
{% endhint %}

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

3. Pick the desired confirmation template you would like to share with your customers. Map the right variables like Recipient's Phone Number, Recipient's Name, Event Link and more to personalize your message for each of your customers.

<figure><img src="/files/2kT4W1pdpuoLatZforLl" alt=""><figcaption></figcaption></figure>

4. Choose the Action you would like to perform in Gallabox like updating contact number, or sending a sequence of messages or sending targeted broadcast messages.

{% hint style="info" %}
If you would like to run a Sequence of messages or send targeted broadcast messages, you have to update the Contact Tags.
{% endhint %}

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

5. Once you are done selecting the event, adding the Template, and updating the Action field click on **Create Workflow**.

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

6. Similarly you can create the more Event Confirmation Notifications for all the events you have created in Calendly.

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

### Event Reminder Notifications

This workflow can be used to send Event reminders before the start of a meeting.

If you prefer watching the video, here it is:

{% embed url="<https://youtu.be/3G8D3GBRZLI?si=vdRDF-A6NDTS1yfl>" %}

To configure this workflow follow the below steps:

1. Click on **+Add Workflow** for Event Reminder Notifications. You will be directed to Event Reminder's Notification window.

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

2. You have to choose the Event (from the drop-down) for which you would like to send the Event Reminder Notifications.

{% hint style="success" %}
All the events that you have created in your Calendly Account having will appear in the drop-down.
{% endhint %}

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

3. Select the duration before the event time you would like to send reminders.

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

4. Select the desired WhatsApp template you would like to share with your customers. Map the right variables (if you want to personalize the WhatsApp Message for each one of your customers).

<figure><img src="/files/2KGBzLzZ4pgquY9wLQDr" alt=""><figcaption></figcaption></figure>

5. Once you are done selecting the event, adding the Template, and updating the Action field click on **Create Workflow**. Similarly you can create the more Event Confirmation Notifications for all the events you have created in Calendly.

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

### Event Follow-up Notifications.

The above steps has to be followed for ***Event follow-up Notifications*** as well. Here is the video guide:

{% embed url="<https://youtu.be/X6X2-UykV8s?si=dDeL5K6wqIKEV0i>\_" %}

### Calendly Logs

To check if your workflows are working smoothly, you can go to Logs in Calendly Integrated Application.

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


---

# 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.gallabox.com/integration/other-integrations/calendly/workflows-for-calendly.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.
