I was excited when a Google search result suggested that n8n can be used to integrate Teams and Deepgram. The implication is the ability to transcribe recordings using deepgram speech-text.
However, I found that the connector for Teams is quite limited and appears only to support channels and messages. I don’t see anything about recording events, or access to files such as a meeting recording.
Is there a way to integrate Teams with Deepgram for transcription?
I think this would depend on where the recordings are stored, if they are in onedrive you might be able to use the onedrive node to get the recording then pass it to deepgram.
From what I remember Team channels have their own file locations I just can’t remember if they are available to a users one drive directly or if they hide in SharePoint somewhere.
It does sound like we should check the API for teams to see if we can get files though which would help with this.