NAiOS IconNAiOS Logo
Volver al catálogo

Fireflies

fireflies

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

Acciones
10
Triggers
1
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

The 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

  • titlestring

    Title 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

  • durationinteger

    Meeting duration in minutes. Minimum of 15 and maximum of 120 minutes. Defaults to 60 minutes if param is not provided

  • languagestring

    Language 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_linkstringObligatorio

    A valid http URL for the meeting link, i.e. Google Meet, Zoom, etc

  • meeting_passwordstring

    Password for the meeting, if applicable.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Transcript by IDFIREFLIES_DELETE_TRANSCRIPT_BY_IDAcción

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

Parámetros de entrada

  • idstring

    The ID of the transcript to fetch.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Fetch AI App OutputsFIREFLIES_FETCH_AI_APP_OUTPUTSAcción

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

Parámetros de entrada

  • skipinteger

    Number of records to skip over. Helps paginate results when used in combination with the limit param.

  • limitinteger

    Maximum 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_idstringObligatorio

    The app_id parameter retrieves all outputs against a specific AI App.

  • transcript_idstringObligatorio

    The transcript_id parameter retrieves all outputs against a specific meeting/transcript.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Bite by IDFIREFLIES_GET_BITE_BY_IDAcción

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

Parámetros de entrada

  • idstring

    The ID of the bite to fetch.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get TranscriptsFIREFLIES_GET_BITESAcción

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

Parámetros de entrada

  • mineboolean

    Filter to include only the user's own bites.

  • skipinteger

    Number of bites to skip.

  • limitinteger

    Maximum number of bites to fetch.

  • my_teamboolean

    Filter to include bites from the user's team.

  • transcript_idstring

    The ID of the transcript to fetch bites for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Transcript by IDFIREFLIES_GET_TRANSCRIPT_BY_IDAcción

The 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

  • idstringObligatorio

    The ID of the transcript to fetch.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get TranscriptsFIREFLIES_GET_TRANSCRIPTSAcción

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

Parámetros de entrada

  • skipinteger

    Number of transcripts to skip.

  • limitinteger

    Maximum number of transcripts to fetch.

  • titlestring

    Title of the meeting.

  • to_datestring

    End 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_idstring

    The User ID to fetch the transcripts of.

  • from_datestring

    Start 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_emailstring

    Email of the host of the meeting.

  • organizer_emailstring

    Email of the organizer of the meeting.

  • participant_emailstring

    Email of a participant in the meeting.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get User by IDFIREFLIES_GET_USER_BY_IDAcción

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

Parámetros de entrada

  • idstringObligatorio

    The User ID to the details of.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get UsersFIREFLIES_GET_USERSAcción

The 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Upload AudioFIREFLIES_UPLOAD_AUDIOAcción

The 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

  • urlstringObligatorio

    The 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

  • titlestringObligatorio

    Title or name of the meeting, this will be used to identify the transcribed file

  • webhookstring

    URL 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_videoboolean

    Specify whether the video should be saved or not.

  • custom_languagestring

    Specify 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_idstring

    The client reference id of the attendee

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether 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_COMPLETETrigger

Triggers when a transcription is complete. Polls Fireflies API for transcripts created or updated since the last poll time. Handles rate limiting gracefully.

Configuración

  • intervalnumber

    Periodic Interval to Check for Updates & Send a Trigger in Minutes

Payload del evento

  • event_typestring

    Type of transcript event

  • transcriptobjectObligatorio

    The transcript that was completed