> ## Documentation Index
> Fetch the complete documentation index at: https://sailia-mintlify-document-new-features-1776330531.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Adventuro integration

> Connect Sailia with Adventuro to sell your activities through their online travel agency marketplace.

The Adventuro integration lets you list your Sailia activities on the [Adventuro](https://adventuro.com) marketplace — an online travel agency (OTA) that connects customers with outdoor and adventure experiences. Bookings made through Adventuro are automatically synced into Sailia, so you manage everything from one dashboard.

## How it works

Once connected, Adventuro can:

1. **Query your availability** — pull real-time dates and timeslots for your activities.
2. **Retrieve waiver questions** — display any required waiver fields to customers before they book.
3. **Create bookings** — place reservations directly into Sailia with the customer's details.

Bookings from Adventuro appear alongside your online and POS bookings in the [bookings dashboard](/activities/managing-bookings). Capacity is shared, so a booking through Adventuro reduces available spots for all channels.

## Connect Adventuro

<Steps>
  <Step title="Open integration settings">
    Navigate to **Settings** > **Integrations** in your Sailia dashboard.
  </Step>

  <Step title="Activate Adventuro">
    Select the Adventuro integration and click **Activate**. Sailia generates an API key specifically for Adventuro.
  </Step>

  <Step title="Share the API key with Adventuro">
    Copy the generated API key and provide it to your Adventuro account manager. They use it to authenticate requests against your Sailia account.
  </Step>
</Steps>

<Warning>
  Each Sailia account can have only one active Adventuro API key at a time. If you need to regenerate the key, deactivate the existing one first.
</Warning>

## What gets synced

| Data                 | Direction          | Description                                                                              |
| -------------------- | ------------------ | ---------------------------------------------------------------------------------------- |
| **Activities**       | Sailia → Adventuro | Your published activities and their names are available for Adventuro to list            |
| **Availability**     | Sailia → Adventuro | Real-time dates, timeslots, capacity, and remaining spaces                               |
| **Waiver questions** | Sailia → Adventuro | Any [waiver](/customers/waivers) fields linked to an activity                            |
| **Bookings**         | Adventuro → Sailia | Reservations created through Adventuro, including customer name, email, and phone number |

## Booking flow

When a customer books through Adventuro:

1. Adventuro checks availability with Sailia in real time.
2. The customer selects a date, timeslot, and number of participants.
3. Adventuro submits the booking to Sailia with the customer's details.
4. Sailia confirms the booking if capacity is available and returns a booking reference.
5. The booking appears in your [bookings dashboard](/activities/managing-bookings) with an **Adventuro** payment reference.

<Note>
  Payments for Adventuro bookings are handled by Adventuro. The booking in Sailia is recorded with an "Adventuro" payment reference rather than a Stripe charge.
</Note>

## Disconnect Adventuro

To deactivate the integration:

1. Navigate to **Settings** > **Integrations**.
2. Select the Adventuro integration.
3. Click **Deactivate** to revoke the API key.

Once deactivated, Adventuro can no longer query your availability or create bookings. Existing bookings are not affected.

<Note>
  Adventuro uses the [OTA API](/api-reference/ota-core) under the hood. If you are building a custom OTA integration, refer to the OTA endpoints directly.
</Note>

## Related guides

<Columns cols={2}>
  <Card title="Activities" icon="calendar" href="/activities/activities">
    Set up the activities that Adventuro can list.
  </Card>

  <Card title="Managing bookings" icon="calendar-check" href="/activities/managing-bookings">
    View and manage bookings from all channels including Adventuro.
  </Card>

  <Card title="OTA endpoints" icon="plane" href="/api-reference/ota-core">
    Full API reference for OTA integration endpoints.
  </Card>
</Columns>
