#When i receive a call trough twillio the webhook payload has a phone_call section that contians inf
1 messages · Page 1 of 1 (latest)
The context does not provide specific information about whether the phone_call section being null in the webhook payload for outbound calls is intended behavior or a mistake. However, it might be worth verifying the following:
-
Webhook Configuration: Ensure that the webhook is properly configured to handle outbound calls. Double-check the setup and payload structure to confirm that the necessary data is being sent.
-
Dynamic Variables: If you are using dynamic variables in your outbound calls, make sure they are correctly configured. You can refer to the Twilio Personalization guide for details on setting up dynamic variables.
-
Testing: Use tools like Postman or Twilio's debugging tools to inspect the payload and confirm whether the issue lies in the webhook setup or the outbound call configuration.
If the issue persists, you may need to provide more details about your setup, such as the webhook configuration and any error messages or logs, to troubleshoot further.