Fireflies icon

Fireflies

Interact with the Fireflies.ai API

Actions8

Overview

This node integrates with the Fireflies.ai API to perform various operations related to transcripts and other resources. Specifically, the "Get Audio URL" operation under the "Transcript" resource retrieves the audio URL associated with a given transcript ID. This is useful when you want to programmatically access or share the audio recording linked to a specific transcript generated by Fireflies.ai.

Practical examples include:

  • Automatically fetching the audio URL after a meeting transcription to embed it in follow-up emails.
  • Integrating with other systems to archive both transcript text and corresponding audio files.
  • Building dashboards that display transcript details alongside playable audio links.

Properties

Name Meaning
Transcript ID The unique identifier of the transcript for which to retrieve the audio URL.

Output

The node outputs JSON data containing the audio URL related to the specified transcript. The exact structure depends on the Fireflies.ai API response but typically includes fields such as:

  • audioUrl: A direct link to the audio file of the transcript.
  • Additional metadata about the transcript or audio may also be included depending on the API response.

No binary data output is indicated for this operation.

Dependencies

  • Requires an active Fireflies.ai account and an API key credential configured in n8n.
  • The node depends on the Fireflies.ai API being accessible and the provided transcript ID being valid.
  • Proper network connectivity to reach the Fireflies.ai service.

Troubleshooting

  • Invalid Transcript ID: If the transcript ID does not exist or is malformed, the API will likely return an error. Verify the transcript ID before running the node.
  • Operation Not Supported Error: If the operation or resource is incorrectly specified, the node throws an error indicating unsupported operation. Ensure the resource is set to "Transcript" and operation to "Get Audio URL".
  • API Authentication Errors: Missing or invalid API credentials will cause authentication failures. Confirm that the API key credential is correctly set up in n8n.
  • Network Issues: Connectivity problems can prevent the node from reaching the Fireflies.ai API. Check your internet connection and firewall settings.

Links and References

Discussion