> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mavioapp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Confluence Integration

> Automatically export meeting notes, summaries, and action items to Confluence pages.

Connect Mavio to Confluence to automatically create pages with meeting summaries, notes, and action items in your Confluence workspace. Build a searchable knowledge base of every meeting your team has, right where your documentation already lives.

## Setting up the Confluence integration

<Steps>
  <Step title="Connect Confluence">
    Go to **Settings > Integrations > Confluence** and click **Connect Confluence**. You are redirected to Atlassian's authorization page.
  </Step>

  <Step title="Authorize Mavio">
    Log in to your Atlassian account and grant Mavio permission to create and edit pages in your Confluence instance.
  </Step>

  <Step title="Select a default space">
    Choose the Confluence space where meeting pages should be created. You can select an existing space or let Mavio create a new "Meeting Notes" space. You can override this per-channel or per-meeting.
  </Step>

  <Step title="Map fields">
    Mavio presents a field mapping screen:

    * Choose the target **parent page** (or space root)
    * Map fields: meeting title, date, attendees, summary, action items, recording link
    * Click **Save**.
  </Step>
</Steps>

<Tip>
  Create a dedicated "Meeting Notes" space in Confluence for Mavio content. This keeps meeting documentation organized and easy to find without cluttering existing project spaces.
</Tip>

## What Mavio creates in Confluence

After each meeting, Mavio creates a new page containing:

| Section            | Content                                                                |
| ------------------ | ---------------------------------------------------------------------- |
| **Page title**     | Meeting name and date                                                  |
| **Page labels**    | Meeting type, participants, tags                                       |
| **Summary**        | AI-generated meeting summary with key topics and decisions             |
| **Action items**   | Tasks with assignees and due dates, formatted as Confluence task lists |
| **Highlights**     | Notable quotes and important statements                                |
| **Transcript**     | Full transcript in a collapsible expand section with speaker labels    |
| **Recording link** | Direct link back to the full recording and transcript in Mavio         |

Pages are formatted with Confluence-native macros (panels, task lists, expand sections, status badges) for a clean reading experience.

## Auto-export

Enable automatic export so every completed meeting is pushed to Confluence without manual effort:

1. Toggle **Auto-export** in **Settings > Integrations > Confluence > Auto-sync**.
2. Choose which content sections to include in exported pages.
3. Optionally filter by meeting type:
   * **All meetings** — every recording creates a Confluence page
   * **Selected meetings** — only meetings matching your filter rules
   * **Team meetings only** — only meetings with 2+ internal participants
4. Optionally add **labels** applied to every exported page.

<Tip>
  Set channel-level export rules to send different meeting types to different Confluence spaces. For example, engineering meetings to the "Engineering" space and sales calls to the "Sales" space.
</Tip>

## Manual export

Push any recording to Confluence on demand:

1. Open the meeting in Mavio.
2. Click **Share > Export to Confluence**.
3. Select the target space and parent page.
4. Click **Export**.

## Page organization

Mavio organizes pages in Confluence using a configurable hierarchy:

| Strategy           | Structure                       | Example                               |
| ------------------ | ------------------------------- | ------------------------------------- |
| **Flat**           | All pages under a single parent | Meeting Notes > All meeting pages     |
| **By month**       | Grouped by year/month           | Meeting Notes > 2026 > April > pages  |
| **By channel**     | Grouped by Mavio channel        | Meeting Notes > Product Team > pages  |
| **By participant** | Grouped by meeting organizer    | Meeting Notes > Alice Johnson > pages |

Configure the hierarchy in **Settings > Integrations > Confluence > Page organization**.

## Template mapping

Map Mavio meeting templates to Confluence page templates:

1. Go to **Settings > Integrations > Confluence > Template mapping**.
2. For each Mavio template (Standup, 1:1, Retrospective, etc.), select a corresponding Confluence page template.
3. When a meeting uses a Mavio template, the Confluence page is created using the mapped template with content filled in automatically.

<Note>
  Template mapping requires existing page templates in your Confluence space. If no templates are configured, Mavio uses its default page layout.
</Note>

## Action items as Confluence tasks

Action items are created as native Confluence task elements. They include:

* Checkbox for completion tracking
* Assignee mention (if the Confluence user matches the meeting participant by email)
* Due date (if mentioned in the meeting)
* Context snippet from the transcript

Check off tasks in Confluence and the status syncs back to Mavio so your action items stay consistent across both platforms.

## Troubleshooting

<AccordionGroup>
  <Accordion title="Pages are not being created">
    Verify the Confluence integration is connected and the target space is accessible. In Confluence, confirm that the Mavio app has the necessary permissions for the selected space.
  </Accordion>

  <Accordion title="Assignee mentions are not working">
    Confluence user mentions require the participant's email to match an Atlassian account. If the email does not match, the assignee appears as plain text.
  </Accordion>

  <Accordion title="Does Mavio update existing pages or create duplicates?">
    If a page for the same meeting already exists, Mavio updates it in place. A version comment is added noting the update source.
  </Accordion>

  <Accordion title="Which Confluence versions are supported?">
    Confluence Cloud is fully supported. Confluence Data Center (on-premise) requires the **Enterprise** plan and additional configuration.
  </Accordion>

  <Accordion title="How do I disconnect Confluence?">
    Go to **Settings > Integrations > Confluence** and click **Disconnect**. Existing exported pages in Confluence are not deleted.
  </Accordion>
</AccordionGroup>
