
Blocks: SMS Notifier
block_sms
Maintained by
3i Logic LMS
A one way SMS messaging block.
165 sites
266 downloads
18 fans
SMS notifier is a one way SMS messaging block that allows managers, teachers and administrators to send text messages to their student and teacher.
Clickatell
This SMS service provider covers 960 mobile networks in over 220 countries and territories.
See the link below for details:
Clickatell : https://www.clickatell.com/pricing-and-coverage/message-pricing/#step-1
Useful links
Contributors
Please login to view contributors details and/or to contact them
Thank you for using SMS Notifier. Clickatell SMS API used in the plugin and there is a option to add sender ID information. You need to configure clickatell account and set sender name information.
For more details please click on the link: https://www.clickatell.com/faqs/answer/what-is-sender-id/
Regards,
3i Logic LMS Team
please help me with this
I'm using text local API
Thank you for using SMS plugin. We've added latest version of SMS plugin. We hope issue have been rectified on latest release.
With kind regards,
3i Logic LMS Team
I'm using this plugin with moodle 3.3.1 but when I send a message I just send the first word of the message.
How can I solve this problem?
Thank you for using SMS plugin. Please confirm SMS plugin version and API gateway that you are using. You can share your skype account at lms@3ilogic.com to discuss the problem, it will help us to rectify.
Thanks,
3i Logic LMS Team
One of my client using SMS block with Moodle 3.3.2+ (Build: 20170915) and when a message is send via this block we just received first word of the message. How can we solve this problem.
We've fixed this problem and soon it will be updated on community.
Thank you,
3i Logic LMS Team
When I try send a message, it only lists user with a teacher role. Are there specific permissions that must be enabled to see the user with the role of student (learner) in a course?
Thanks
Andrew
Thank you for using SMS Notifer plugin. It allows to send SMS to teacher and student. There are no specific permissions allow for sending an SMS, just teacher and student role must be defined in a course.
Please confirm your Moodle and SMS Notifier version if you still face the same issue. You may directly reach us too at lms@3ilogic.com
Thanks,
3i Logic LMS
Thank you for using SMS notifier. Please check number where you're messaging is in correct format. This issue happens normally when the destination number you are attempting to send to is invalid. We've successfully tested with adding a country code i.e 92xxxxxxxxxx
If you still face the problem. Please confirm us plugin version we'll look into the matter.
Regards,
3i Logic LMS team
I'm trying to set this up to work with a Moodle 3.3 and Clickatell.
I'm getting: "Message(s) not sent due to an error: ERR: 105, Invalid Destination Address"
So that I can check I’ve set up everything correctly,
1) Can you confirm the settings I should use to set up an integration?
2) Also what format should the users use for their mobile numbers? eg 07XXX XXXXXX, or +447XXX XXXXXX or..?
Thanks in advance for your help.
Noel
"Message(s) not sent due to an error: ERR: 105, Invalid Destination Address"
In you lib.php file I see you use the command:
$url = "http://api.clickatell.com/http/sendmsg?user=" . $username . "&password=" . $password . "&api_id=" . $api_id . "&to=" . $numbers . "&text=" . $message;
whereas in the Clickatell example it uses "https://platform.clickatell.com/messages/http/send?apiKey=XXXXXX==&to=XXXXXX&content=Test+message+text"
is this the problem?