Add sms to vtiger with nowsms

Add sms to vtiger with nowsms SearchSearch
Author Message
Fabio
New member
Username: Fabio

Post Number: 1
Registered: 06-2015
Posted on Wednesday, June 24, 2015 - 04:29 pm:   

greetings. im thinking buy your software but i need to use with vtiger sms module.. could you help me how can i get an api or make one (but im not an engineer) but i need to integer with vtiger 6.1. vtiger has a clickatell api sms module but its the only one.
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 5333
Registered: 08-2008
Posted on Wednesday, June 24, 2015 - 04:43 pm:   

Sorry, I am not familiar with vtiger.

Does it use HTTP to interface with Clickatel? Is there a URL string in the configuration that specifies how to send the SMS? Or does it use SMPP?

--
Des
NowSMS Support
Fabio
New member
Username: Fabio

Post Number: 2
Registered: 06-2015
Posted on Wednesday, June 24, 2015 - 04:56 pm:   

thank you for quick reply. vtiger is crm software.

for clickatell, you select provider in sms notifier, like https://wiki.vtiger.com/vtiger6/index.php/SMS_Notifier

this select clickatell.php, which is vtiger file. i find in /modules/SMSNotifier/ext/providers

see php file here
http://phpcrossref.com/xref/vtiger/pkg/vtiger/modules/SMSNotifier/modules/SMSNot ifier/providers/ClickATell.php.html

can you edit clickatell.php to make nowsms.php? how to?
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 5334
Registered: 08-2008
Posted on Wednesday, June 24, 2015 - 05:07 pm:   

That is a lot for me to look through, but I will see what is involved in creating a PHP file that would work for NowSMS.

It will take a few days to study and understand, so I might not reply until next week.

--
Des
NowSMS Support
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 8117
Registered: 10-2002
Posted on Thursday, June 25, 2015 - 04:59 pm:   

Hi Fabio,

Des asked me to look into this.

I do not have access to a working VTiger installation, but I think the attached script should work. Save it as NowSMS.php and place it in the same directory as ClickATell.php (path: root_vtiger/modules/SMSNotifier/ext/providers)

text/plainNowSMS.php
NowSMS.php.txt (4.0 k)


This should add a choice for using NowSMS as a provider under Module Manager > SMSNotifier > Server Configuration.

The NowSMS setup will request a Username, Password and ServerURL. ServerURL is asking for the web site address of the NowSMS installation, e.g., http://192.168.0.41:8800/

Please reply back to report progress, so that we know whether or not this works.

-bn

Bryce Norwood
Now SMS/MMS Support