Fireflies

Learn how to use Fireflies with Composio

Overview

Enum

FIREFLIES

Description

Fireflies.ai helps your team transcribe, summarize, search, and analyze voice conversations.

Authentication Details

api_key
stringRequired
base_url
stringDefaults to https://api.fireflies.ai/graphql

Actions

The gettranscripts action is designed to fetch a list of transcripts against input arguments.

Action Parameters

host_email
string
organizer_email
string
participant_email
string
user_id
string
from_date
string
to_date
string
title
string
limit
integer
skip
integer

Action Response

data
object
successful
boolean
error

The getusers action is designed to fetch a list of all users within the team.

Action Parameters

Action Response

data
object
successful
boolean
error

The getuser action is designed to fetch details associated with a specific user id.

Action Parameters

id
stringRequired

Action Response

data
object
successful
boolean
error

The addtolive action allows you to add the fireflies.ai bot to an ongoing meeting.

Action Parameters

meeting_link
stringRequired
title
string
meeting_password
string
duration
integerDefaults to 60
language
stringDefaults to English
attendees
array

Action Response

data
object
successful
boolean
error

The getbite action is designed to fetch details associated with a specific bite id.

Action Parameters

id
string

Action Response

data
object
successful
boolean
error

The deletetranscriptbyid action is designed to delete a specific transcript by its id.

Action Parameters

id
string

Action Response

data
object
successful
boolean
error

The gettranscriptbyid action is designed to fetch details associated with a specific transcript id.

Action Parameters

id
stringRequired

Action Response

data
object
successful
boolean
error

The getbites action is designed to fetch a list of bites against input arguments.

Action Parameters

mine
boolean
transcript_id
string
limit
integer
my_team
boolean
skip
integer

Action Response

data
object
successful
boolean
error

The uploadaudio action allows you to upload audio files to fireflies.ai for transcription.

Action Parameters

url
stringRequired
title
stringRequired
webhook
string
custom_language
string
save_video
boolean
attendees
array
client_reference_id
string

Action Response

data
object
successful
boolean
error

Fetch outputs for a specific ai app or meeting/transcript.

Action Parameters

app_id
stringRequired
transcript_id
stringRequired
skip
integer
limit
integerDefaults to 10

Action Response

data
object
successful
boolean
error