FActionFirefliesUpdated September 2026

How do I get a Fireflies transcript?

Short answer: You can get fireflies transcript in Fireflies by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Fireflies Get Fireflies Transcript action to a workflow, map its 1 input from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.

Get Fireflies Transcript in Fireflies — start free
Inputs

The fields this action accepts.

Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.

FieldTypeRequiredDescription
Transcript ID
transcript_id
stringRequiredThe Fireflies transcript ID. Use Search Transcripts or List Meetings to find it.
Sample request
{
"transcript_id": "{{trigger.transcript_id}}"
}
Returns
{
"data": {
"transcript": {
"id": "abc123",
"date": 1712835600000,
"title": "Weekly Sync",
"summary": {
"overview": "Discussed Q3 roadmap and hiring plan.",
"action_items": [
"Send follow-up to design team"
]
},
"duration": 1800,
"host_email": "host@example.com",
"meeting_link": "https://meet.example.com/xyz",
"participants": [
"host@example.com",
"guest@example.com"
],
"transcript_url": "https://app.fireflies.ai/view/abc123"
}
}
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for Get Fireflies Transcript.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about Get Fireflies Transcript.

What does the Get Fireflies Transcript action do in Fireflies?
Returns the full transcript with speaker labels, timestamps, plus Fireflies's auto-generated AI summary (overview, action items, key questions). For post-call analysis workflows.
What inputs does Get Fireflies Transcript require?
Required: Transcript ID. Every input accepts a static value or a variable from any upstream node in your workflow.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Fireflies returns an error?
The run history shows the failed step with its input and the error message Fireflies returned, so you can fix the input and run the workflow again. Automatic retries are built into HTTP steps only, where you can also set your own retry count and delay.
Does Get Fireflies Transcript support batch operations?
Run Get Fireflies Transcript inside a loop to process each item in an array. TinyCommand does not throttle calls for you, so for large arrays add a Delay step if you need to stay within Fireflies's rate limits.
More actions

Other Fireflies actions.

Get Fireflies Transcript in Fireflies — start free