I've created a flow to receive Twilio texts and process them per this documentation: https://derekgusoff.wordpress.com/2019/04/02/send-and-receive-text-messages-from-microsoft-flow/
It works well, until I add an action that uses an outside connection (Twilio send a text or SQL server). Once I add the outside connection and test again, the flow will not run and I see this error:
There's a problem with the flow's trigger. Fix the trigger, Learn more
Pic: https://i.imgur.com/W6TMgL9.png
Clicking Fix the trigger takes me to my trigger with the error BadRequest and no other info
pic: https://i.imgur.com/ytfh4lg.png
Troubleshooting: Removing the action using a connection fixes the flow I created new flows using SQL and they work
I have other Request triggers and they still work, HOWEVER they are GET
Removing the JSON schema from the trigger does nothing
Creating a brand new flow with just the trigger and SQL recreates the error
Expanding my trigger shows the message: Remember to include a Content-Type header set to application/json in your request. However the trigger doesn't have header settings so I'm not sure if this is related or not.
I'm pretty sure this has something to do with using POST, but my googling has revealed no answers. I can't wrap my head around why adding an action that uses a connection would cause the flow to fail