#Im using a post call webhook that sends call information to my backend so it can be processed but w
1 messages · Page 1 of 1 (latest)
AI-generated Answer for stfu1832
The post-call webhook is designed to trigger only when a call is successfully completed. If a call is not connected or is declined, the webhook will not be triggered. This is not a bug but rather the intended behavior.
To receive status updates for all call outcomes, including unsuccessful ones, you need to set the Status Callback URL parameter when initiating the outbound call. You can find more details on how to implement this in the Twilio outbound calls guide.
I didnt understand a thing and the page you provided doesnt have any infos on how to make unseccessfull calls be sent. Im using a batchcall