The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

arxmobile-send-sms - Send an SMS message using the ArxMobile HTTP API

SYNOPSIS

  arxmobile-send-sms --auth_code <your-code-here> --to <mobile_number> --text <message>

Example:

  arxmobile-send-sms --auth_code 'blahblah' \
    --to '18885551212' \
    --text 'Hello. You there?'

DESCRIPTION

Sends an SMS message to a mobile phone number using the ArxMobile (www.arxmobile.com) HTTP API. If successful, returns the smsid, an identifier that's useful to use in later queries (see arxmobile-query-smsid).

AUTHOR

Cosimo Streppone, <cosimo@opera.com>

COPYRIGHT

This software is copyright (c) 2011 Opera Software ASA

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.