I use an app called Voicenote to get transcripts for voice recordings. Since Checkvist is somehow the cornerstone of my self-organization system I use Make to create an entry for the voice transcript.
Voicenote offers a webhook feature. After I record a new note a webhook at Make gets triggered:
The scenario (that’s how Make calls such a process) then creates a new entry in a Checkvist list (with the title of the recording). In the second step I append a note to that item with the recording transcript.
Since the Checkvist integration in Make has a generic API call module I could easily append the note myself. It just would be easier to have the item and the note created in one stop.