Twilio call status webhook

    Webhook endpoint for Twilio to send call status updates.
    
    This endpoint receives POST requests from Twilio when a call's status changes
    and updates the corresponding PhoneCall record in our database.
    
    The endpoint expects Twilio's standard callback parameters, with CallSid and
    CallStatus being required.
    
Language
Credentials
URL
Click Try It! to start a request and see the response here!