Reminder module for Perfex CRM

Reminder module for Perfex CRM v1.0.5

No permission to download

creativepanda

Well-known member
Babiato Lover
Trusted Uploader
May 4, 2021
13
600
120
World
Hi... can you pls provide download link... ? Cant able to download from site download section
 

nhaddag

Member
Feb 7, 2021
40
40
18
Algeria
sorcierdz.net

Bossmanuk

Active member
Jan 30, 2021
133
121
43
Hi there,
This has installed as video library? I think you have uploaded the wrong resource :cool:
 

estag

New member
Dec 24, 2022
1
0
1
Do you guys know how to change the default sms gateway for the selected one in config profile?
The original file is just for twillio. That sucks. ;/
in the module files it just points to twillio, twiliosid, etc..


reminder.php:
266 if ($reminder['notify_by_sms_client'] == '2') {
267: $account_sid = get_option('sms_twilio_account_sid');
268 if($account_sid !=''){
helpers/reminder_helper.php:
174 {
175: $account_sid = get_option('sms_twilio_account_sid');
176: $auth_token = get_option('sms_twilio_auth_token');
177: $twilio_number = get_option('sms_twilio_phone_number');
178: $client = new Twilio\Rest\Client($account_sid, $auth_token);
179 $sms_ids = [];
181 try {
182: $message = $client->messages->create($to, array('from' => $twilio_number, 'body' => $message));
183 $sms_ids[] = $message->sid;
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu