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

# Connect

> Connect with the Linked Account's Fireflies account.

<Note>
  Fireflies is an **API Key** based integration and does not require the setup of an app.
</Note>

### Required Credentials of a Linked Account

To successfully connect with the **Fireflies** integration, a Linked Account or an end-user will need to provide the following to connect:

1. API Key

<Info>
  To understand how a Linked Account can get the above mentioned credentials, refer below.
</Info>

### Getting Credentials of Fireflies

To acquire the required credentials and connect a Linked Account, please follow the steps mentioned below:

<img height="200" src="https://mintcdn.com/cobalt-55/h1VL7v_8HaANGLZ5/images/Fireflies/fireflies_config.png?fit=max&auto=format&n=h1VL7v_8HaANGLZ5&q=85&s=8764f256605e3f0e2dab637d82749708" alt="Connect a Linked Account" data-path="images/Fireflies/fireflies_config.png" />

1. Log in to your [Fireflies account](https://app.fireflies.ai/).
2. Go to the `Integrations` option in the side menu and search for `Fireflies API` card.

<img height="200" src="https://mintcdn.com/cobalt-55/h1VL7v_8HaANGLZ5/images/Fireflies/fireflies_navigation.png?fit=max&auto=format&n=h1VL7v_8HaANGLZ5&q=85&s=e97fd2198cc56b1f0d0db0f7e8eec557" alt="Navigation in Fireflies" data-path="images/Fireflies/fireflies_navigation.png" />

3. Copy the `API Key` displayed under `Settings` section in the right.

<img height="200" src="https://mintcdn.com/cobalt-55/h1VL7v_8HaANGLZ5/images/Fireflies/fireflies_credentials.png?fit=max&auto=format&n=h1VL7v_8HaANGLZ5&q=85&s=2763b3d619078567588d5dce0f94f54a" alt="Getting Credentials" data-path="images/Fireflies/fireflies_credentials.png" />

The Linked Account or end-user now have all the credentials required to connect with Fireflies.

#### Actions and triggers

In Refold, you can create orchestrations of your use-cases using Fireflies actions and triggers. Following are the set of Fireflies actions and triggers
supported by Refold.

<Tabs>
  <Tab title="Actions">
    <AccordionGroup>
      <Accordion title="Audio Files">
        1. **Upload Audio** - Upload an audio file in Fireflies.
      </Accordion>

      <Accordion title="Users">
        2. **List users** - List of users in Fireflies.
        3. **Get User** - Get a user by its ID in Fireflies.
      </Accordion>

      <Accordion title="Others">
        4. **HTTP Request** - Make HTTP API calls to any Fireflies documented REST APIs.
        5. **Get Transcript** - Get a transcript of a meeting by its ID in Fireflies.
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="Triggers">
    There are no triggers in this application.
  </Tab>
</Tabs>
