Triggering scenario for new fireflies meeting

:bullseye: What is your goal?

I am trying to analyse client calls in fireflies by bringing them into Claude and then passing the results to Slack.

It’s working but I can’t get the webhook to grab the most recent fireflies transcript.

:thinking: What is the problem & what have you tried?

How do I trigger a scenario automatically when a Fireflies transcript is completed and pass the transcript text to an HTTP module?

Hi @Andy_Brown, you can try the Firelies webhook feature. You can find it under Settings > Developer Settings.

Add a webhook module in your make.com scenario and put the same in Fireflies.

The webhook will give you the transcript ID. You can use that ID and call the transcript API using Make’s HTTP request module.

2 Likes