YetiForceCompany / YetiForceCRM

Our team created for you one of the most innovative CRM systems that supports mainly business processes and allows for customization according to your needs. Be ahead of your competition and implement YetiForce!
https://yetiforce.com
Other
1.74k stars 749 forks source link

[Question] How to add a new SMS provider in Yetiforce? I have added a new file in modules/SMSNotifier/providers/mySMSAPI.php, still it is not working. #12679

Closed ritesh9763 closed 4 years ago

ritesh9763 commented 4 years ago

Description

ritesh9763 commented 4 years ago

This is the SMS API we have got from our provider: https://my-sms-provider.com/API/sms-api.php? auth=&msisdn=&senderid=&message=

However, we are not able to integrate this API in the Yetiforce CRM. Kindly help.

z0lo13 commented 4 years ago
  1. PHP is server based language it is no way to access source code from the link.
  2. You need to create a new class for your provider.
  3. No information provided at all ( What provider, documentation, methods etc.)

Sample integartion: https://github.com/YetiForceCompany/YetiForceCRM/pull/12504