Connect Fireflies to Stripe in two minutes.
Real-time triggers from Fireflies, ready-made actions in Stripe. Filter, transform, and route without writing a line of code.
Workflows fire when something happens in Fireflies.
- Meeting CompletedWebhook
- Transcript ReadyWebhook
Workflows do something in Stripe, instantly.
- Cancel SubscriptionAPI
- Create ChargeAPI
- Create Checkout SessionAPI
- Create CouponAPI
- Create CustomerAPI
- Create Payment IntentAPI
Pick the way that fits your stack.
Pair pages are mirrored. Each direction gets its own dedicated page.
When something happens in Fireflies, do it in Stripe.
2 Fireflies triggers wired to 31 Stripe actions. Most-used pairing: Meeting Completed → Cancel Subscription.
Or fire it the other way around.
10 Stripe triggers wired to 4 Fireflies actions downstream.
See Stripe → Fireflies →Common Fireflies → Stripe workflows.
Pick a pairing to set it up in two minutes. Each one is a fully editable recipe.
Fires when a Fireflies-captured meeting ends. The recording is uploading but transcript isn't ready yet. For workflows that just need to know the meeting happened without the transcript.
Fires when a Fireflies-captured meeting ends. The recording is uploading but transcript isn't ready yet. For workflows that just need to know the meeting happened without the transcript.
Fires when a Fireflies-captured meeting ends. The recording is uploading but transcript isn't ready yet. For workflows that just need to know the meeting happened without the transcript.
Fires when a Fireflies-captured meeting ends. The recording is uploading but transcript isn't ready yet. For workflows that just need to know the meeting happened without the transcript.
Fires when the transcript has finished processing (typically 5-15 minutes after meeting end). The high-value trigger for analysis workflows — summarise, extract action items, sync to CRM with the meeting context.
Fires when the transcript has finished processing (typically 5-15 minutes after meeting end). The high-value trigger for analysis workflows — summarise, extract action items, sync to CRM with the meeting context.
Fires when the transcript has finished processing (typically 5-15 minutes after meeting end). The high-value trigger for analysis workflows — summarise, extract action items, sync to CRM with the meeting context.
Fires when the transcript has finished processing (typically 5-15 minutes after meeting end). The high-value trigger for analysis workflows — summarise, extract action items, sync to CRM with the meeting context.
Connect Fireflies and Stripe in five steps.
No code, no glue, no half-day setup. Each step is one click.
- 1ConnectAuthorize Fireflies and Stripe
Open TinyCommand, authorize Fireflies and Stripe once each. Both connections are available to every workflow on your account.
- 2TriggerPick a Fireflies trigger
Drop the Fireflies → Meeting Completed trigger onto the canvas. TinyCommand auto-registers the webhook.
POST /v1/webhooks/fireflies.trigger-meeting-completed - 3TransformAdd a filter or AI step
Optionally add a Filter node ("subject contains URGENT") or an AI step ("classify intent") between trigger and action.
- 4ActionAdd the Stripe action
Drop the Stripe → Cancel Subscription action below it. Map fields from the Fireflies payload into the Stripe inputs.
stripe.cancel-subscription - 5PublishPublish and forget
Hit Publish. TinyCommand runs it in production from second one. Watch the run-log fill up.