@sjst_0414
Great! It sounds like you've taken the correct steps to configure the webhook in the Voice API dashboard. If it's not triggering as expected, we may need to review the configuration to ensure everything is set up correctly.
Here are a few steps you can take to troubleshoot the issue:
1. **Check the Webhook URL**: Ensure that the webhook URL you provided is correct and that the server at that URL is capable of receiving POST requests.
2. **Review API Logs**: Check the logs in your Voice API dashboard to see if there are any errors or messages related to the webhook call.
3. **Test the Webhook Manually**: Try sending a test POST request to your webhook URL using a tool like Postman or cURL to make sure the endpoint is working correctly.
4. **Check for Conditions**: If your webhook is set to trigger under specific conditions, verify that those conditions are being met during the call.
5. **Review Documentation**: Double-check the Voice API documentation to ensure that all required parameters and settings for the webhook are correctly implemented.
If after these steps the issue persists, it might be necessary to look into the configuration on the dashboard more closely. If you'd like, I can guide you through the process of reviewing your webhook settings on the dashboard. Would you like to proceed with that?