Fireflies.ai
Fireflies.ai | el #1 Asistente de AI para Reuniones, Correo electrónico, Chat y CRM
✨ Características Destacadas
- Auto-join and record meetings from Google Calendar, Zoom, Microsoft Teams, and Webex.
- Real-time transcription with speaker labels and timestamps.
- AI-generated meeting summaries, action items, and topic analysis.
- Searchable knowledge base to find any past meeting or conversation.
- Push notes and highlights to CRM (Salesforce, HubSpot), project management tools, Slack, and email.
- Collaborate on notes with comments, highlights, and shared snippets.
- Create custom workflows to automate follow-ups and task assignments.
- Integrate with 40+ apps including Slack, Notion, Asana, and Zapier.
- Mobile app for iOS and Android to access and record on the go.
- Privacy controls including redaction, access permissions, and data retention settings.
📖 Resumen
Fireflies toma notas, gestiona tareas y automatiza flujos de trabajo en reuniones, correo electrónico, chat, CRM y tus aplicaciones. Crea una base de conocimiento buscable del trabajo de tu equipo en un solo lugar.
💰 Detalles del Plan Gratuito
- Descripción
- 800 minutes of transcription per month, unlimited storage, AI summaries, and basic integrations (Slack, Notion, etc.).
- Cantidad
- 800 minutes (month)
📝 Fireflies.ai Usage Guide
Getting Started
Fireflies.ai is an AI meeting assistant that automatically records, transcribes, and summarizes your meetings—so you never have to take notes again. It works with Zoom, Google Meet, Microsoft Teams, and more, and stores everything in a searchable knowledge base. This guide is for new users who want to set up Fireflies, run their first meeting, and get the most out of the platform.
Setup & Registration
- Create an account – Go to fireflies.ai and sign up with your work email. You can also use Google or Microsoft SSO.
- Connect your calendar – After signing in, click "Integrations" → "Calendar" and connect your Google Calendar or Outlook. Fireflies will scan for upcoming meetings.
- Install the browser extension – For auto-joining meetings, install the Fireflies extension for Chrome or Edge. Pin it to your toolbar.
- Authorize meeting platforms – Under Integrations, connect Zoom, Google Meet, or Teams. Grant permissions for Fireflies to join as a guest.
- Verify your email – Check your inbox and click the verification link. No waiting period; you can start immediately.
> Where to find credentials – Your API key is in Settings → API & Integrations → Generate API Key. Use it for programmatic access.
Your First Use
Using the App (Recommended)
- Schedule a meeting in your connected calendar. Fireflies will automatically add its bot as a guest (look for
[email protected]). - Or, join a meeting manually: click the browser extension icon and select "Record This Meeting".
- After the meeting ends, open the Fireflies dashboard. You'll see a recorded meeting with a transcript, AI summary, action items, and key topics.
- Example output – A summary card showing:
- Date: 2025-03-30
- Duration: 45 min
- Key Topics: "Feature prioritization", "Bug fixes"
- Action Items: "Alice to update roadmap by Friday"
Using the API (Advanced)
Fireflies offers a GraphQL API. Below is a curl command to fetch the transcript of a specific meeting (replace your_api_key and meeting_id):
curl -X POST https://api.fireflies.ai/graphql \
-H "Content-Type: application/json" \
-H "Authorization: Bearer your_api_key" \
-d '{
"query": "{ transcript(meetingId: \"meeting_id_here\") { sentences { text speaker } } }"
}'
What it does: This sends a GraphQL query to retrieve all sentences with speaker labels from a meeting. The response will be a JSON object containing the transcript.
Expected response:
{
"data": {
"transcript": {
"sentences": [
{"text": "Let's start with the roadmap", "speaker": "Alice"},
{"text": "Sure, I'll share my screen.", "speaker": "Bob"}
]
}
}
}
Common Use Cases
- Sales Discovery Calls – Automatically capture every detail from prospect meetings. Fireflies tags objections, pricing questions, and next steps. Push notes to Salesforce via the integration.
- Product User Interviews – Record interviews, then search for keywords like "frustration" or "missing feature". Share highlight clips with the team.
- Engineering Standups – Let Fireflies join daily standups. Create a weekly summary of blockers and progress, then send it to Slack.
Tips & Best Practices
- Stay within free tier limits – The free plan gives 800 minutes of storage. Delete old meetings you don't need, or upgrade to Pro for unlimited.
- Avoid overlapping meetings – Fireflies can only join one meeting at a time per account. Use separate workspace accounts for concurrent meetings.
- Use custom templates – In Settings → Meeting Templates, create a template for each meeting type (e.g., "Sales Call" with fields for budget, timeline). Fireflies will auto-fill them.
- Optimize transcript accuracy – Encourage participants to speak clearly and avoid background noise. Fireflies works best with stable internet.
- Common pitfalls – Forgetting to grant microphone permissions in the browser extension; not connecting the calendar after signup. Always check the integration status in the dashboard.
Health
Ratings
¿Es útil esta herramienta?
Compare