# Uberflip

## Overview

The tray.io Uberflip connector allows you to manage Flipbooks in Uberflip.

## Authentication

When using the Uberflip connector, the first thing you will have to do is click on 'New Authentication' in the step editor:
![add-auth](https://tray.ai/documentation/images/connectors/service/uberflip/6db36f54-550b03d3_../../../../../images/add-auth.png)
At this stage, both the Legacy and REST API credentials are required to use the Tray connector:
![uberflip-auth](https://tray.ai/documentation/images/connectors/service/uberflip/6db36f54-add4d2e3_uberflip-auth.png)
The details for **API Key** and **API Secret** can be found by accessing your REST credentials at <https://app.uberflip.com/account/api_v2>:
![uberflip-api-creds](https://tray.ai/documentation/images/connectors/service/uberflip/6db36f54-992b2e83_uberflip-api-creds.png)
For **Legacy credentials** the **API Key** and **Signature** can be found at <https://app.uberflip.com/account/api>:
![uberflip-legacy-api-creds](https://tray.ai/documentation/images/connectors/service/uberflip/6db36f54-f7c1f4f4_uberflip-legacy-api-creds.png)

## Available Operations

The examples below show one or two of the available connector operations in use.
Please see the [Full Operations Reference](#operationsFull) at the end of this page for details on all available operations for this connector.

## Example

In this example we will upload a new PDF file to an existing folder in Uberflip.
To begin with, create a new workflow with a **Manual Trigger**. Add a step to download a PDF file, for instance in this example we download a PDF file from a Google Drive account using the **Google Drive** connector's **Download file** operation:
![uberflip-download-file](https://tray.ai/documentation/images/connectors/service/uberflip/6db36f54-a25fec94_uberflip-download-file.png)
Next, we use the **List titles** operation of Uberflip to list all the folders in our account:
![uberflip-list-titles](https://tray.ai/documentation/images/connectors/service/uberflip/6db36f54-e6c60e6f_uberflip-list-titles.png)
Finally, we use the **Upload file** operation in Uberflip to upload our file to the folder, setting the **Title ID** to one of the title IDs output by the previous step, in this case we take the first object; setting the **Issue name** to a new name for this issue, and setting **File** to the output of the file download step:
![uberflip-upload-file](https://tray.ai/documentation/images/connectors/service/uberflip/6db36f54-341ecbf9_uberflip-upload-file.png)
The output of this final step will include the ID of the uploaded item.
