NexdApp/nexd-backend

Save incoming calls

Lukas1811 opened this issue · 2 comments

  • react to webhook from from twilio

  • get recorded call from twilio

  • Make database table for entries where files are located in a AWS S3 Bucket

  • add database functionality to upload, store and delete files

f10l commented

@Lukas1811 for the moment it is probably easiest (and not so expensive) to leave the recordings at twilio and just save the URL.

f10l commented

We currently only save the url, which is fine for the moment. Will be improved later.