I creat AI assistants that I train on client data, so that they function as customer support, sales, etc. They know how to ask questions to warm leads or filter out irrelevant ones, answer questions well and even collect lead data and integrate it with CRMs or Google Sheets. I can connect them to WhatsApp and social media.
I want to add a new feature that transcribes audio to text. For that, I need to first check whether the input is audio or not, this way I can use a router to either send the data for transcription or just continue as is.
Is there a module or a function that can do this?
And also, what would be the best way to send the audio to Make? I assume I can’t just send the audio file using a webhook.