Search code examples
twiliowebhookstwilio-apitwilio-node

Retrieve twilio voice logs via webhook


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?


Solution

  • 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.