<div dir="ltr">The SMS API from Flowroute is functional for this. To send an SMS, you give it a JSON object with 3 members: &quot;to&quot;, &quot;from&quot;, and &quot;body&quot;. You send this object with a POST to <a href="https://api.flowroute.com/v2/messages/">https://api.flowroute.com/v2/messages/</a> with authorization that you can get (and change) by logging into your account. If the &quot;from&quot; element in your API call is not one of your DID numbers, then you will get a 403 Forbidden error. The message body can be any length. If it is longer than 160 characters, it will be split and automatically reassembled on the phone, if the phone&#39;s carrier supports that.<div><br></div><div>They also handle receiving messages, which will be sent to a callback URL that your specify. You can also use their API to retrieve messages that have been previously received. I don&#39;t know how long they store them.</div><div><br></div><div>The don&#39;t (yet) support MMS.</div><div><br></div><div>-- </div><div>Steve<br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 17, 2016 at 2:42 PM, Don Hawkins <span dir="ltr">&lt;<a href="mailto:hawkins@hawkinsegroup.com" target="_blank">hawkins@hawkinsegroup.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">I&#39;m looking for SMS providers that will allow me to set outgoing number to any one of my DID numbers. I know there are restrictions on this in the US and Canada but others such as Twilio and Plivo have obviously have a provider. </p>
<p dir="ltr">Will I have to buy the DID number from the SMS provider or l can I use my own DID numbers from my current provider?</p></blockquote></div></div></div></div>