资 源 简 介
Perl interface to textmagic sms api
This is a Perl interface to the TextMagic SMS API: http://api.textmagic.com/en
Use the same API commands :
send send SMS command
account check account balance command
message_status retrieve SMS delivery notification
receive receive incoming messages
delete_reply delete incoming messages
check_number check phone number
No need to configure Callback URLs.
The response are Perl variables that e.g. can be put in a database or processed in your CRM.
EXAMPLE
Send the API commands to textmagic.pl?cmd=send&text=Test+message&phone=99923456789&unicode=0
User, password etc are configured in the script.