Search for Resources and Solutions

How to install and configure the CRM SMS Manager app

CRM SMS Manager is an app for the Midrub CMS which provides advanced features for SMS sending and scheduling. Moreover the app is able to receive the SMS and allows to reply the received SMS.

To install the CRM SMS Manager app:

  • Sign In as Administrator.
  • Click on the User menu item.
  • Click on Apps menu item.
  • Click on the New App button.
  • Click on the Upload App button.
  • Select the CRM SMS Manager app(zip downloaded from CodeCanyon).
  • The app will be installed in several seconds. Next step is to enable it. You could enable the CRM SMS Manager app from Administrator -> User -> Apps -> SMS Manager for Twilio -> Enable.
  • Last step is to enable it in the wanted plans. You could do this from Administrator -> User -> Plans -> SMS Manager for Twilio -> Enable.


This app uses the Twilio's webhooks and is important to add an exception if you didn't added already:

$config['csrf_exclude_uris'] = array('guest/crm_dashboard');

The code should be unique. Otherwise, in the existing add only , 'guest/crm_dashboard' and will be

$config['csrf_exclude_uris'] = array('guest/crm_chatbot', 'guest/crm_dashboard');

The video below shows how to install and configure the Midrub CMS and the CRM SMS Manager app:

After installation is important to configure the Cron Job. Details about the configuration you could find here https://www.midrub.com/articles/cron-jobs-in-midrub 

Was this article helpful?