New SMS Features Deployed

April 27th, 2010 by Jason Goecke

As we work to continue to extend the Tropo API, we have added a few new SMS features for your enjoyment. The new features:

  • Caller ID may be set for outbound SMS to any phone number assigned to the application sending the SMS.
  • If Caller ID is not set, then by default the first phone number in your application list of numbers will be used as the Caller ID.
  • Tropo will now respond from the same phone number that was initially contacted by an Inbound SMS by default if there is more than one number assigned to your application.

Here is a quick snippet on how to send an outbound SMS using Tropo Scripting and setting the Caller ID:

call $numberToMessage, { :channel  => 'TEXT', :network  => 'SMS', :callerID => '4155551212' }
say 'Here is your friendly SMS message'
hangup

More to come, so stay tuned!

Related posts:

  1. Drupal Camp Toronto Features Tropo-Powered VoIP Drupal
  2. Improved Text to Speech
  3. Scotty, We Need More Power!
  4. SMS forwarding to an email using MailChimp

Tags: ,

Leave a Reply

Please note: By submitting a comment you agree to comply with our Comment Policy. We welcome all comments, positive or negative, but do reserve the right to remove all or part of blog comments that do not comply with our policy.

Additionally, the first time you leave a comment on this blog, it will be held for moderation. After that first comment has been approved, future comments will be posted without delay.

Additional comments powered by BackType