I was trying to set up a prod and dev environments for my bot app with Twilio channels tied to an Azure Bot when I started getting this error on my prod env.
Error: POST to 'https://sms.botframework.com/v3/conversations/..../' failed: [400] Bad Request
Steps taken:
- The code is exactly the same between my prod and dev envs
- Verified that the configuration parameters are the same among the two.
- Checked that Twilio isn't getting any errors.
- Routed calls locally to my dev box and looked at the address the msg is being sent.. looks fine.
Next Will look into what the actual request.. hopefully it will help me figure it out.