> For the complete documentation index, see [llms.txt](https://docs.senseloaf.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.senseloaf.ai/sia-chat/sia-for-calendly.md).

# SIA for Calendly

Let SIA handle interview scheduling — from link to confirmed time

Booking an interview by email usually means a few rounds of back-and-forth — you propose a slot, the candidate can't make it, you try again. Connecting Calendly skips that entirely. SIA generates a booking link from your own Calendly account, sends it to the candidate, and lets them pick a time that works for them.

### Connecting Calendly

<figure><img src="https://1117388020-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGO7J9uIHFkn8y0ZeBqYC%2Fuploads%2FU5iVgFjaOyMCkEuCjKUP%2Fcalendly-connect-flow.gif?alt=media&amp;token=beb19769-1751-418e-a0d1-595ce7fa0ebe" alt=""><figcaption><p>Connecting Calendly</p></figcaption></figure>

1. In Chat, open **Connectors** from the sidebar
2. Find the **Calendly** card and click **Connect Calendly**
3. A Calendly sign-in tab opens — sign in and approve access when prompted
4. You're redirected back to Chat and the card now reads **Connected**

### What you can do once connected

Once Calendly is connected, SIA can generate and send scheduling links without you opening Calendly yourself:

* **Generate a booking link from an existing meeting type** — if you already have a Calendly event set up (for example, a 30-minute intro call), SIA can create a single-use link from it and send it to the candidate
* **Create a new meeting type on the fly** — if you don't have the right event type yet, describe it (name, duration, bookable dates) and SIA sets it up in Calendly for you
* **Send the link by email in the same step** — SIA drafts the email to the candidate with the link included, so scheduling and outreach happen together

### Try it in chat

* *"Create a 30-minute intro call bookable next week and email the link to this candidate."*
* *"What Calendly meeting types do I have?"*

<figure><img src="https://1117388020-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGO7J9uIHFkn8y0ZeBqYC%2Fuploads%2FFvFKiJTq2SWERQ65yf3z%2Fcalendly-usecase-flow.gif?alt=media&amp;token=9e2a462a-3ab5-4afb-9929-787cf99acbb2" alt=""><figcaption><p>Try it with SIA Chat</p></figcaption></figure>

{% hint style="warning" %}
SIA never sends an email without showing it to you first. The message and the scheduling link are always shown for review — nothing goes to the candidate until you approve it.
{% endhint %}

### Disconnecting Calendly

1. Go to **Connectors** in the sidebar
2. On the Calendly card, click **Disconnect**

This revokes SIA's access to your Calendly account immediately.


---

# 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.senseloaf.ai/sia-chat/sia-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.
