> For the complete documentation index, see [llms.txt](https://helpdocs.yoxel.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdocs.yoxel.com/yoxel-sync/meeting-transcript-sync.md).

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