# Meeting Transcript Sync

### Overview

***

Meeting Transcript Sync allows you to automatically sync meeting-related artifacts into Salesforce, including:

* **Transcripts** — full meeting text
* **AI summaries** — key takeaways generated by the provider
* **Attendance reports** — participant activity and join/leave data

These files are synced as **attachments to calendar events**.

This feature works without recording bots and retrieves data directly from provider Microsoft 365.

### Configuration

***

#### **Update Sync Template**

1. Open **Yoxel Manager**
2. Select a **Sync Template**
3. Navigate to the **Calendar** section
4. Enable transcript sync "Attendance report and AI summary (transcript if AI is unavailable)"
5. Save changes and **Publish** the template

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

#### **Re-authorization**

After publishing the updated template, users must re-authorize their sync connections.

This step is required to grant permissions for accessing meeting artifacts.

Re-authorization can be performed via:

* Yoxel Add-in
* Yoxel Sync tab in Salesforce

{% hint style="info" %}
For more information, see the documentation: [Activating Yoxel Sync from the add-on](https://helpdocs.yoxel.com/yoxel-addons/activating-yoxel-sync-from-the-add-on).
{% endhint %}

#### Verify sync results

Once re-authorization is complete, Yoxel will start syncing meeting artifacts.

Each synced meeting may include the following attachments:

* `transcript`
* `ai-summary`
* `attendee-report`

These files will appear in the related Salesforce event.

<figure><img src="/files/9Usy1zUilka5FBjkxDRz" alt=""><figcaption></figcaption></figure>


---

# 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://helpdocs.yoxel.com/yoxel-sync/meeting-transcript-sync.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.
