We are very happy to release our new Surge.SMS Gateway to the community today. The service provider is MessageWhiz a company that we have been working with for some time. Great personalized service and competitive pricing compared to Twilio.
So what have we done ?
We created the Surge.SMS Gateway plugin with the following updated Features:
Send test SMS!!!
Successfully Send Segment SMS
Live character count while you write your SMS.
SMS within campaigns as usual.
You can download the plugin and get all installation and configuration instructions from the git repository: GitHub - ShareBtech/SurgeSMSBundle
When you signup to MessageWhiz they will give you 5 SMS credits for free for testing using our signup link here.
Hi. Trying to install this plugin on a mautic instance, but after following instructions and clicking the āinstall/updateā button, it says ā0 installed and 0 updatedā. Tried multiple different environments to no avail. Any suggestions of what the issue might be?
After some troubleshooting Iāve found the quite simple issue of the bundle directory being named incorrectly. When grabbing directly from github, the directory is named SurgeSMSBundle, when it should be named SurgeBundle. Renaming the directory to SurgeBundle corrected this issue.
Hi @mikew , I installed the plugin. Now I am waiting for the validation from MessageWhiz. Some questions though:
did you test what happens when Twilio-Plugin is on the same time active? Which of the services will be used for sending messages?
on Twilio I had to reserve a phone-number and pay monthly fee. On MessageWhiz saw nothing regarding this. Is it right that I do not have to reserve a phone number on them?
Thank you for your share !
Regards,
Ionut
I think I may have missed adding that to the documentation. This way messages will be sent out from the transport you choose.
On MessageWhizz you do not pay for your number at all, it is just billed on the messages you send and they should give you rates and open routes according to the destinations you want to send you.
Let me know how it goes. Also if you do not hear back from MessageWhiz let me know and I will contact my account manager there, however I think they are pretty good at responding.
Hi @mikew , I was asked things by MessageWhizz, that I answered sincerely.
Since 1 of November I did not received any answer any more from MessageWhizz and I do not know what to do further. If you have another way to find this out, I would like to use this service.
Thank you Mike !
It would not install for me. Should this work with Mautic 4.4.5?
The reasons I am asking are
Downloaded from github
I then copied the folder to the plugins
Clreared the cache
Regenrated the assets
Clicked the install - and there is a message 0 plugins installed.
I noticed what theodor pointed and fixed the folder name and when through all the stages again with no success.
No code changes made so maybe it is a plugin/mautic version issue?
I am trying to uncderstand the structure of the plugin as a learning opportunity to maybe write another one.
I came around a typo and maybe missing files / folder.
In file: config/config.php
The line āpathā => ā/suregsms/{objectAction}/{objectId}ā,
refers to a folder suregsms which probably should have been surgesms.
And none of folders suregsms and surgesms exist.
Can you please check if this folder is missing?