...
...
...
...
...
...
...
...
...
...
...
Panel | ||
---|---|---|
| ||
This section describes how an sms provider plugin can be created. What does this section cover?
|
Create a custom sms provider
In order to create a custom sms provider, you need to:
- Define the custom sms provider in sms providers metadata file.
- Create a custom process class extending com.crm.process.smsproviders.CRMProcessSMSProvidersBean
- Set up the SMS Provider in CRM.COM
...
2. SMS Provider Process Class
The sms provider process class should extend com.crm.process.smsproviders.CRMProcessSMSProvidersBean and implement its abstract methods for sending an SMS via this custom provider, loading the sms provider and sms provider protocol.
...
1.Log in to CRM.COM
2.Go to / Settings & Admin / CRM Application / CRM Settings
3.On "Set up Communications" list click on (1)General Settings
...