• dan@upvote.au
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    3 hours ago

    I haven’t found any voicemail services I really like, so I’m thinking of building my own thing using Twilio and OpenAI. Call comes in, Twilio calls webhook on my server, server opens connection to OpenAI using their new streaming API, sends call to OpenAI to build transcript in real time, uses OpenAI to summarize transcript and extract the person’s name, number, and the reason for the call, sends me an email with the contents and a copy of the message attached.

    Just an idea at the moment.