> 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-outlook.md).

# SIA for Outlook

Send candidate emails and book interviews from your Outlook account — in one connection

Connecting Outlook is a single authorisation that covers both email and calendar. SIA can send candidate emails from your Outlook address and book interviews on your calendar with a Microsoft Teams link attached automatically — without you switching between tools.

### Connecting Outlook

<figure><img src="https://1117388020-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGO7J9uIHFkn8y0ZeBqYC%2Fuploads%2FhjMXS8z8wWVZDe4Sd7AY%2Foutlook-connect-flow.gif?alt=media&amp;token=bf64d075-4b03-47b0-b099-3497c96844e9" alt=""><figcaption><p>Connecting Outlook</p></figcaption></figure>

1. In Chat, open **Connectors** from the sidebar
2. Find the **Outlook** card and click **Connect Outlook**
3. A Microsoft sign-in tab opens — sign in with your Microsoft 365 account
4. Review the permissions listed — this single approval covers both mail and calendar access, which is why Outlook is one card instead of two — and click **Allow**
5. You're redirected back to Chat and the card now reads **Connected**

{% hint style="warning" %}
**Note:** Outlook is its own connection, separate from Microsoft Teams — connecting one does not grant the other.
{% endhint %}

### What you can do once connected

Once Outlook is connected, SIA can handle both the email and scheduling side of running an interview:

* **Send candidate emails from your Outlook address** — with cc/bcc, and the option to save as a draft instead of sending right away
* **See your real schedule and find free slots** — within your working hours, rather than proposing a time that conflicts with something else
* **Book an interview with a Teams link attached, and email the invite** — all in one step
* **Cancel a booking and notify everyone invited** — if a call needs to be moved or called off

### Try it in chat

* "Am I free Thursday afternoon? Book 45 minutes with this candidate and send the invite."
* "Email this candidate the interview details from my Outlook."
* "Cancel the 3pm interview and let them know."

<figure><img src="https://1117388020-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGO7J9uIHFkn8y0ZeBqYC%2Fuploads%2FRTW0eE62QA1dNghcHJBI%2Foutlook-approve-before-send.gif?alt=media&amp;token=c1a09865-1ccb-4ce3-aa6a-e895e03cac13" alt=""><figcaption><p>Try it with SIA Chat</p></figcaption></figure>

### A few things to note

* **Reading a candidate's emailed attachments isn't available through Outlook yet.** If a candidate sent in a take-home assignment or portfolio as an email attachment and you need SIA to read it, that capability is currently available through Gmail only.
* **Nothing is sent or booked without your approval.** SIA shows you the drafted email or proposed time before anything goes out or lands on a calendar.

### Disconnecting Outlook

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

Since email and calendar access were granted together, this removes both in one step.


---

# 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-outlook.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.
