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

NAME

arxmobile-query-smsid - Query status of an SMS message using the ArxMobile HTTP API

SYNOPSIS

  arxmobile-query-smsid --auth_code <your-code-here> --smsid <smsid>

Example:

  arxmobile-query-smsid --auth_code my_code --smsid 3b1120314668143bb9108fb6d384d5

DESCRIPTION

Queries the status of a SMS message that's already been sent using its smsid. The smsid is returned when sending a message using the Send SMS API.

The XML result of the API call will be printed on STDOUT.

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.