Configuration of TxtLocal NetServer SMS Plugin
Some tooltip text!
• 2 minutes to read
• 2 minutes to read
This document describes how to set up the TxtLocal NetServer SMS plugin to use in Customer Service. You need to set up an account with TxtLocal to get a username and password to connect to their service.
Outgoing SMS Configuration from SuperOffice 8.0 SR3
Go to System - SMS inside the Service client or Mailings - Settings inside Sales & Marketing client. Choose TXTLocal in the list of available modules
In the Plugin configuration you add:
txtlocal_username = txtlocal_password =
Note - do not include the brackets.
Outgoing SMS Configuration in SR2 or earlier
The file SupeOffice.Messaging. TxtLocal.dll must be copied manually to the NetServer library folder (bin folder).
Web.config settings
Under configuration, add and replace username and password with the information you have from CM:
<appSettings>
<!-- Web service URL -->
<add key="txtlocal_url" value="http://www.textlocal.com/sendsmspost.php" />
<!-- Specify the username to your SMS account -->
<add key="txtlocal_username" value=" " />
<!-- Specify the password to your SMS account -->
<add key="txtlocal_password" value=" " />
<!-- If set to 1, your request will only be simulated; no messages will be sent and no credits will be deducted. -->
<add key="txtlocal_test" value="0" />
</appSettings>
Under configuration -> SuperOffice -> Factory -> DynamicLoad add:
<add key="SuperOffice.Messaging.TxtLocal" value="SuperOffice.Messaging.TxtLocal.dll" />