Fireflies
firefliesFireflies.ai helps your team transcribe, summarize, search, and analyze voice conversations.
Acciones disponibles (10)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Add to Live MeetingFIREFLIES_ADD_TO_LIVEAcciónThe addtolive action allows you to add the fireflies.ai bot to an ongoing meeting. note: this action requires a paid fireflies plan to add bots to meetings.
FIREFLIES_ADD_TO_LIVEAcciónThe addtolive action allows you to add the fireflies.ai bot to an ongoing meeting. note: this action requires a paid fireflies plan to add bots to meetings.
Parámetros de entrada
titlestringTitle or name of the meeting, this will be used to identify the transcribed file. If title is not provided, a default title will be set automatically
durationintegerMeeting duration in minutes. Minimum of 15 and maximum of 120 minutes. Defaults to 60 minutes if param is not provided
languagestringLanguage of the meeting. Defaults to English if not provided. For a complete list of language codes, please view Language Codes
attendeesobject[]Array of Attendees for expected meeting participants.
meeting_linkstringObligatorioA valid http URL for the meeting link, i.e. Google Meet, Zoom, etc
meeting_passwordstringPassword for the meeting, if applicable.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Transcript by IDFIREFLIES_DELETE_TRANSCRIPT_BY_IDAcciónThe deletetranscriptbyid action is designed to delete a specific transcript by its id.
FIREFLIES_DELETE_TRANSCRIPT_BY_IDAcciónThe deletetranscriptbyid action is designed to delete a specific transcript by its id.
Parámetros de entrada
idstringThe ID of the transcript to fetch.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Fetch AI App OutputsFIREFLIES_FETCH_AI_APP_OUTPUTSAcciónFetch outputs for a specific ai app or meeting/transcript.
FIREFLIES_FETCH_AI_APP_OUTPUTSAcciónFetch outputs for a specific ai app or meeting/transcript.
Parámetros de entrada
skipintegerNumber of records to skip over. Helps paginate results when used in combination with the limit param.
limitintegerMaximum number of apps outputs to fetch in a single query. The default query fetches 10 records, which is the maximum for a single request.
app_idstringObligatorioThe app_id parameter retrieves all outputs against a specific AI App.
transcript_idstringObligatorioThe transcript_id parameter retrieves all outputs against a specific meeting/transcript.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Bite by IDFIREFLIES_GET_BITE_BY_IDAcciónThe getbite action is designed to fetch details associated with a specific bite id.
FIREFLIES_GET_BITE_BY_IDAcciónThe getbite action is designed to fetch details associated with a specific bite id.
Parámetros de entrada
idstringThe ID of the bite to fetch.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get TranscriptsFIREFLIES_GET_BITESAcciónThe getbites action is designed to fetch a list of bites against input arguments.
FIREFLIES_GET_BITESAcciónThe getbites action is designed to fetch a list of bites against input arguments.
Parámetros de entrada
minebooleanFilter to include only the user's own bites.
skipintegerNumber of bites to skip.
limitintegerMaximum number of bites to fetch.
my_teambooleanFilter to include bites from the user's team.
transcript_idstringThe ID of the transcript to fetch bites for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Transcript by IDFIREFLIES_GET_TRANSCRIPT_BY_IDAcciónThe gettranscriptbyid action is designed to fetch details associated with a specific transcript id. note: this action requires a paid fireflies plan to access transcript details.
FIREFLIES_GET_TRANSCRIPT_BY_IDAcciónThe gettranscriptbyid action is designed to fetch details associated with a specific transcript id. note: this action requires a paid fireflies plan to access transcript details.
Parámetros de entrada
idstringObligatorioThe ID of the transcript to fetch.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get TranscriptsFIREFLIES_GET_TRANSCRIPTSAcciónThe gettranscripts action is designed to fetch a list of transcripts against input arguments.
FIREFLIES_GET_TRANSCRIPTSAcciónThe gettranscripts action is designed to fetch a list of transcripts against input arguments.
Parámetros de entrada
skipintegerNumber of transcripts to skip.
limitintegerMaximum number of transcripts to fetch.
titlestringTitle of the meeting.
to_datestringEnd date for filtering transcripts. Accepts formats: 'YYYY-MM-DD' or ISO 8601 format 'YYYY-MM-DDTHH:MM:SS'. Simple dates will be converted to end of day in ISO format.
user_idstringThe User ID to fetch the transcripts of.
from_datestringStart date for filtering transcripts. Accepts formats: 'YYYY-MM-DD' or ISO 8601 format 'YYYY-MM-DDTHH:MM:SS'. Simple dates will be converted to start of day in ISO format.
host_emailstringEmail of the host of the meeting.
organizer_emailstringEmail of the organizer of the meeting.
participant_emailstringEmail of a participant in the meeting.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get User by IDFIREFLIES_GET_USER_BY_IDAcciónThe getuser action is designed to fetch details associated with a specific user id.
FIREFLIES_GET_USER_BY_IDAcciónThe getuser action is designed to fetch details associated with a specific user id.
Parámetros de entrada
idstringObligatorioThe User ID to the details of.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get UsersFIREFLIES_GET_USERSAcciónThe getusers action is designed to fetch a list of all users within the team.
FIREFLIES_GET_USERSAcciónThe getusers action is designed to fetch a list of all users within the team.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Upload AudioFIREFLIES_UPLOAD_AUDIOAcciónThe uploadaudio action allows you to upload audio files to fireflies.ai for transcription. note: this action requires a paid fireflies plan to upload and transcribe audio files.
FIREFLIES_UPLOAD_AUDIOAcciónThe uploadaudio action allows you to upload audio files to fireflies.ai for transcription. note: this action requires a paid fireflies plan to upload and transcribe audio files.
Parámetros de entrada
urlstringObligatorioThe url of media file to be transcribed. It MUST be a valid https string and publicly accessible to enable us download the audio / video file. Double check to see if the media file is downloadable and that the link is not a preview link before making the request. The media file must be either of these formats - mp3, mp4, wav, m4a, ogg
titlestringObligatorioTitle or name of the meeting, this will be used to identify the transcribed file
webhookstringURL for the webhook that receives notifications when transcription completes
attendeesobject[]An array of objects containing Attendee objects. This is relevant if you have active integrations like Salesforce, Hubspot etc. Fireflies uses the attendees value to push meeting notes to your active CRM integrations where notes are added to an existing contact or a new contact is created. Each object contains - displayName, email, phoneNumber, client_reference_id
save_videobooleanSpecify whether the video should be saved or not.
custom_languagestringSpecify a custom language code for your meeting, e.g. es for Spanish or de for German. For a complete list of language codes, please view Language Codes
client_reference_idstringThe client reference id of the attendee
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Triggers (1)
Los triggers son eventos externos que pueden iniciar un flujo en tus agentes (ej: nuevo email, mensaje recibido, registro creado).
Transcription Complete TriggerFIREFLIES_TRANSCRIPTION_COMPLETETriggerTriggers when a transcription is complete. Polls Fireflies API for transcripts
created or updated since the last poll time. Handles rate limiting gracefully.
FIREFLIES_TRANSCRIPTION_COMPLETETriggerTriggers when a transcription is complete. Polls Fireflies API for transcripts created or updated since the last poll time. Handles rate limiting gracefully.
Configuración
intervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
Payload del evento
event_typestringType of transcript event
transcriptobjectObligatorioThe transcript that was completed