Hi everyone,
I am new to YF and it is a great product. I am only typical user, and it is very intuitive.
I have question about sms configuration. I looked at all modules, settings and could not find configuration for sms.
Can I add custom provider with its api parametars.?
hi
go to setting and click on module shortcut and find Text messages module

and then click on 'server configuration'

for adding custom provider you have to write your own provider .
go to yetiforce directory and go to modules/SMSNotifier/provider . in this directory you can see two file 1-ClickATell.php and 2 - MyProvider.php . for creating your own provider you have to create a php file like MyProvider.php .
@serbiaserbia
I'm trying to figure out if there is a better in-house alternative. I found this and it something that too advance for me. Hopefully someone more technical skill can help. This is something I'll consider looking into 1 year time in future.
https://github.com/typpo/textbelt
https://github.com/YetiForceCompany/YetiForceCRM/issues/6745
Most helpful comment
hi

go to setting and click on module shortcut and find Text messages module
and then click on 'server configuration'
for adding custom provider you have to write your own provider .
go to yetiforce directory and go to modules/SMSNotifier/provider . in this directory you can see two file 1-ClickATell.php and 2 - MyProvider.php . for creating your own provider you have to create a php file like MyProvider.php .