Hi all,
I'm have developed a Flow with the "When a HTTP request is received" trigger to interact with inbound Twilio phone calls. When I built the PoC, I hardwired response text, etc. in order to make sure I got the markup language right in the response. Everything worked great!
Now, it's time to add in SQL connections and read back data from a SQL query based on what the user inputs on the call. Whenever I add a SQL connector (or even a SP connector), the trigger is never triggered. If I remove the connector, it works fine again. Note that I can even just add the connector without wiring it up to anything and the trigger never kicks off. The Twilio logs report an error 400 when this happens. What kind of restriction am I running into? Note that I have tried this on 2 separate tenants and the result is the same both times.
Thanks!