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

# Integrations - Outlook

With SprintHub, you can integrate the **Outlook/Office 365** in a simple and efficient way. Through our "Email Inbox", you can send and receive emails directly on the platform, streamlining your team's workflow and boosting productivity.

**Outlook:** In "System Settings", click on the '**Integrations**' ;

<figure><img src="/files/6a2f9bc51575f010b4f34d3d05d43b6d1e992523" alt=""><figcaption></figcaption></figure>

**Allow access to your organization so you can connect your Outlook/Office 365 account with SprintHub.**

{% hint style="info" %}
*<mark style="color:blue;">The Office 365 account administrator must click the shield icon with a key to authorize the application. After this step, other users can add the account.</mark>*
{% endhint %}

<figure><img src="/files/54763fa39b03e5f9d80779c94b9a53dc99dd8dbd" alt=""><figcaption></figcaption></figure>

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

After allowing access, click on 'View accounts' and then click **Add account**;

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

Now, add the Outlook account you want to integrate with SprintHub;

(The account will be connected on another page, on the Outlook website itself)

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

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

After adding and connecting your Outlook account, it will be ready to use in the system. You can use it the same way as in Outlook, sending and receiving emails.&#x20;

## Email Inbox

* Go to the "Email Inbox" via "Find Services". Or just type the name, and the feature appears.
* To create, click on "+ New".

<figure><img src="/files/7a42a71ed88708a865108a2d92799cbb359f4f62" alt=""><figcaption></figcaption></figure>

To send a new email, click on the 'New email' option, fill in the recipient and subject fields, compose it according to your preferences, and then just click 'Send'.

<figure><img src="/files/526c8d7e6c0608cf1504a5caed4761b553910e36" alt=""><figcaption></figcaption></figure>

For more information about the "Email Inbox" feature, click the link below:

{% content-ref url="/pages/e0a6eea7d1fc1aab76166bf8d1c8b10a3eeb2860" %}
[Email Inbox](/en/topics/general/email-inbox.md)
{% endcontent-ref %}

***

### Configuring the Integration with SAC 360º

<figure><img src="/files/05cb572394185439a8d4ac27b210fbba2238fe7f" alt=""><figcaption></figcaption></figure>

When accessing the email account settings, you will find the following options:

By enabling this option, the email account starts functioning as a support channel for SAC 360º.

* Each email received from a **new contact** automatically creates a support ticket in SAC 360º.
* Message reception occurs via the **IMAP**, with automatic synchronization every **1 to 5 minutes**.

> **Important:** Only new contacts automatically create a support ticket. The other messages are linked to the existing history.

***

### Mark emails as read

Defines the behavior of emails in the provider's inbox after they are synchronized.

#### Enabled

After being imported into SprintHub, emails are automatically marked as **read** in the provider's inbox.

#### Disabled (Default)

Emails remain as **unread** in the provider's inbox, even after being synchronized with SprintHub.

***

### Conversation Model

Defines how messages will be organized within the support ticket in SAC 360º.

#### Continuous Conversation

Displays the contact's entire email history in a single support ticket, making it easier to view the full communication.

Recommended for teams that want to track the customer's entire journey in a single conversation.

#### Ticket

Each support ticket has its own message history, showing only emails related to that specific ticket.

Recommended for teams that work with independent tickets and want to keep each request separate.

***

### Sender Name

Defines which name will be displayed in the **"From"** field of emails sent by SAC 360º.

#### Account Name

Uses the name configured in the email account itself.

**Example:**

**SprintHub Support** [support@company.com.br](mailto:suporte@empresa.com.br)

#### Attendant Name

Uses the name of the user responsible for the support.

**Example:**

**João Silva** [support@company.com.br](mailto:suporte@empresa.com.br)


---

# 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/integrations/integrations-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.
