Hey team! I'm having a problem with where the Diarization of a call is not being used when I make the request via Zapier.
**This was my latest request ID where I could reproduce this; **
13bd7c84-d8cb-432c-a649-a611548c8c35
Here is how I am using Deepgram right now:
I currently have a Zap setup to retrieve a call URL from my CRM (GoHighLevel) and then sends it off to Deepgram to transcribe (see the Zap action screenshot attached).
When I test it, it's not coming back with a transcript broken down by speaker (See the second screenshot of the Zap Test)
The URL being used in the Post webhook action which sends the URL to deepgram is "https://api.deepgram.com/v1/listen?diarize=true"
The data used is:
{
"url": "{{recordingUrl}}",
"model": "nova-3",
"diarize": true
}
Is the URL or Data wrong in the Zapier Data body? How can I fix this?
I have not duplicated this question on your GitHub forum. Can you help?