cgoodwin52
Greetings! I am using the twilio api to send a text via a http post. I have purchased the Formidable API Add-On to make this happen (Yes, I do realize there is another add-on to use Twilio SMS). However, I have crafted my http post URL, and it works in Postman. However, it only works when I add the required parameters to the Body (in Postman) using a x-www-form-urlencoded format, when I add them as params, I get a 400 error. I am getting the same exact error in Formidable. I am assuming the formidable "Key" and "Value" fields add the contents as Parameters, not Body. How do I get around this? Thank you! Example screen shots from each software attached