> For the complete documentation index, see [llms.txt](https://help.realviewhub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.realviewhub.com/settings/integrate-third-party-services.md).

# Integrate Third-Party Services

## &#x20;<a href="#h_476e76e1b2" id="h_476e76e1b2"></a>

This guide provides step-by-step instructions on how to connect and configure various third-party services within your Realview Hub account. Integrating these services, such as AutoHDR, CubiCasa, iGUIDE, Dropbox, and Google Drive, can significantly streamline your business workflows and enhance collaboration.

### Prerequisites <a href="#h_2ea9e85343" id="h_2ea9e85343"></a>

Before you begin, ensure you have:

* An active Realview Hub account.
* Existing accounts with the third-party services you intend to integrate.
* Login credentials for your third-party accounts.
* Your CubiCasa API key and associated email (for CubiCasa integration).
* Your iGUIDE Active Account (for iGUIDE integration).

### Steps <a href="#h_146c0221fb" id="h_146c0221fb"></a>

Follow these steps to integrate third-party services into your Realview Hub account:

### 1. Access Integration Settings <a href="#h_91966dcf2a" id="h_91966dcf2a"></a>

1. From the Realview Hub dashboard, navigate to Settings.
2. In the left-hand menu, click on Integration.

### 2. Connect AutoHDR <a href="#h_acb2dbb592" id="h_acb2dbb592"></a>

AutoHDR is an AI photo editing service.

1. Locate the AutoHDR section.
2. If not already connected, click the "Connect AutoHDR" button.
3. You will be redirected to the AutoHDR website to log in and authorize the connection. If you do not have an account, you can create one during this process.
4. Once connected, your associated email address will be displayed under "Connected Account".

### 3. Connect CubiCasa <a href="#h_8aa358c5a2" id="h_8aa358c5a2"></a>

CubiCasa provides floor plans and related services.

1. Locate the CubiCasa Connection section.
2. If not already connected, click the "Connect CubiCasa" button.
3. Enter your CubiCasa API key and email to establish the connection.
4. Configure Import Preferences:
   * Click the Configure button next to "Import Preferences".
   * Select the desired file types to be automatically imported when a CubiCasa-related order is placed. Options include:
     * PNG
     * PNG with Dimension
     * JPG
     * JPG with Dimension
     * PDF
     * PDF with Dimension
     * Home Report
     * 3D Floor Plan
     * 3D Video
     * GLA Report
     * GLA Report Images
     * CAD Files
     * Virtual Tours
5. Enable Import Room Measurements:
   * Toggle the "Import Room Measurements" switch to enable automatic import of room measurements from CubiCasa property data.
   * When enabled, measurements will be automatically imported during order processing. When disabled, you can manually import measurements using the "Import Measurements" button on floor plan cards.

### 4. Connect iGUIDE <a href="#h_6d94041164" id="h_6d94041164"></a>

iGUIDE is a provider of floor plans and 360 virtual tours.

1. Locate the iGUIDE Integration section.
2. If not already connected, click the "Connect iGUIDE" button.
3. Enter your iGUIDE Editor ID to establish the connection.
4. Configure Import Preferences:
   * Click the Configure button next to "Import Preferences".
   * Select the desired configurations for imported iGUIDE deliveries. Options include:
     * Metric PDF (EN)
     * Imperial PDF (EN)
     * 3D Tours (Branded & Unbranded)
     * Room Measurements (Metric & Imperial)
   * When "Room Measurements" is checked, room names, floor names, and measurements will be automatically imported into the property details section of an order.

### 5. Connect Dropbox <a href="#h_c670c01401" id="h_c670c01401"></a>

Dropbox is a cloud storage service for file synchronization and sharing.

1. Locate the Dropbox Connection section.
2. If not already connected, click the "Connect Dropbox" button.
3. You will be redirected to Dropbox to log in and authorize the connection.
4. Once connected, your associated email address will be displayed under "Connected Account".
5. Edit Folder Structure:
   * Click the Edit Folder Structure button.
   * Configure the desired folder structure within your Dropbox account for "Raw Media" (for editors to download) and "Finished Media" (for editors to upload after editing).

### 6. Connect Google Drive <a href="#h_c367db04c0" id="h_c367db04c0"></a>

Google Drive is a cloud storage and file synchronization service.

1. Locate the Google Drive Connection section.
2. The connection process is identical to Dropbox. Click the "Connect Google Drive" button, log in, and authorize the connection.
3. Once connected, your associated email address will be displayed under "Connected Account".
4. Edit Folder Structure:
   * Click the Edit Folder Structure button.
   * Configure the desired folder structure within your Google Drive account for "Raw Media" and "Finished Media", similar to Dropbox.

### Tips <a href="#h_dd7555fe9f" id="h_dd7555fe9f"></a>

* Secure Team Member Access: When you add an outsourced editor as a team member, they will receive an email with a secure page link. This allows them to download or upload media directly through Realview Hub without needing your Dropbox or Google Drive login credentials, ensuring the security of your accounts.
* Multiple Cloud Storage: You have the flexibility to integrate both Dropbox and Google Drive simultaneously if your workflow requires it.
* Save Changes: Always remember to click the Save Changes button at the top right of the Settings page after making any modifications to your integration configurations.

### Conclusion <a href="#h_019da5ae29" id="h_019da5ae29"></a>

By following these instructions, you can successfully integrate various third-party services with Realview Hub, automating key aspects of your workflow and facilitating secure collaboration with your team and external partners.


---

# 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://help.realviewhub.com/settings/integrate-third-party-services.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.
