http://stackoverflow.i2p/questions/72562602/how-to-send-url-encoded-form-data-using-faradays-post-method
Your Faraday request is otherwise correct, but your form_data method should look like: def form_data { From: " whatsapp:+5491112312312 " , Body: " Hello. Your order is on the way " , To: " whatsapp:+541132132121 " , } end Share Follow answered Jun 10, 2022 at 1:34 philnash philnash 70.8k 10 10 gold badges 60 60 silver badges 88 88 bronze badges Recognized by Twilio Add a comment | Your Answer Thanks for contributing an answer to Stack Overflow!