We are working on creating a workflow that pushes details from our Voicemail into Azure using http JSON code, we were able to get this to work for phone calls that come through, but unable to get this to work with our VM triggers, here is our JSON below:
{"event":"VoicemailReceived","sender":{"phoneNumber":"{Sender's phone number}","name":"{Sender's name}"},"recipient":{"phoneNumber":"{Recipient's phone number}"},"received":{"date":"{Message received date}","time":"{Message received time}","dayOfWeek":"{Message received day of week}"},"voicemail":{"durationSeconds":"{Voicemail duration (seconds)}","transcript":"{Voicemail transcript}"},"context":{"accountId":"{My account ID}","extensionId":"{My extension ID}"}}
Â
Is there a current configuration that is required, we looked into your current templates, as far as voicemail goes there was only a template for receiving sms, I look forward to hearing back, any assistance would be greatly appreciated.