Retrieve twilio voice logs via webhook

201 views Asked by At

I've checked the documentation and it explains how to retrieve call logs via API calls, but there does not seem to be a webhook available whenever a log is created :')

Is there an easy way to get notified whenever twilio creates a log for any number?

1

There are 1 answers

3
Tristan Blackwell On BEST ANSWER

Twilio doesn't have webhooks that are fired on the creation of call logs.

You could however utilise the incoming call & status callback webhooks on phone numbers within the account to determine when specific actions are fired and begin any actions needed.