Posted on April 25th, 2012 by Henry.
Categories: How to, Plugins
Tags: rdb, sms integration
Integrate RDB ProNet with Text Marketer for Sending SMS
First Choice have partnered with Text Marketer to offer customers a low cost, high quality SMS route.
Integrating your RDB ProNet account with Text Marketer is very straightforward and should only take a few minutes. Stage one is to open up an account with Text Marketer. Make sure you use the promocode CHOICE and you’ll receive 100 free text credits for testing.
Once you’ve set up your account, simply follow the simple instructions below. Alternatively you can also call RDB support on 01256 314602.
Installing the Text Marketer Plugin
1. Copy the file TextMarketerOutbound.dll (found in the same folder as this document) into the Root of ProNet – normally C:\Program Files\First Choice Software\RDB ProNet or C:\Program Files (x86)\First Choice Software\RDB ProNet
2. Once the .dll file is in place, add the plugin into ProNet by navigating to Options -> User Preferences -> Plugins and clicking the Add button. You must type in the name as you would like the plugin to appear in the database. Then select the three dots at the right of the second box and select the file from its path: C:\Program Files\First Choice Software\RDB ProNet \TextMarketerOutbound.dll.
NOTE:
- When creating the SMS account, if you have any previous accounts that are set as the global account you will need to remove the global account. Tick on the old account if you wish for the new one to be Global.
- If you get a 403 forbidden error when testing the SMS service, check you have the correct account details. These can be found by logging into your Text Marketer account and going to Settings – API settings. Here you’ll find your API username and password displayed.
Setting the Reply Number / Company Name
The last step in the installation process is to create an entry in the SQL registry table using the script below to provide a reply number/company name on the message that is received by the recipient.
The text must be no more than 11 characters long and you need to input it into the ‘company name’ part of the script below. The script (in red) needs to be copied and pasted into the SQL Management Studio and run against the ProNet Database (if required support can do this part for you).
INSERT INTO [Registry] (
[SystemCode],
[RegistryUserId],
[XMLText],
[CreatedUserId],
[UpdatedUserId],
[CreatedOn],
[UpdatedOn]
) VALUES (
‘TEXTMARKETER_REPLY_NUMBER’,
NULL,
‘CompanyName’, <—Use the reply number here CANNOT BE LONGER THAN 11 CHARACTERS
1,
1,
GETDATE(),
GETDATE())
If you have any integration queries, RDB support will be delighted to help. You can reach them on 01256 314602.
Popularity: 10%
Related posts:
- Sending to non-UK International numbers with Text Marketer
Text Marketer accounts are set to send to UK mobile numbers only by default. If you wish to enable your... - SMS API – First Choice Software Partners With Text Marketer
First Choice Software and Text Marketer today announced a partnership, opening up a new low cost SMS API route for... - Text Marketer on the Radio
Text Marketer’s first ad goes live on the radio today, hoping to spread the word about Business SMS Marketing. A... - Text Marketer short code / txtUs API options
Introduction The keyword on your system (on short code 88802) or your txtUs number can be used to “route” incoming... - How to integrate our SMS Gateway API into your systems
Introduction Adding SMS as a communication method to a system is often very useful, for instance you don’t have issues... - SMS API – Rocket Software Integrates with Text Marketer
Specialist recruitment software company, Rocket Software has selected Text Marketer’s SMS API to integrate into its software platform. Rocket’s software... - Top Notch Health Clubs Integrate with Text Marketer’s SMS Gateway
South East based health club chain, Top Notch Health Clubs are using Text Marketer’s SMS gateway to keep in touch... - Reply by email to incoming SMS. Have a ‘text conversation’ by email.
A great new feature added to Text Marketer accounts today. If you have a keyword on your account and receive... - Multithreading PHP for sending SMS
On occasion we need to control a PHP script from a single script but allow it to execute several PHP... - SMS Gateway for Bond Adapt Recruitment Software
New plugin launched by Text Marketer to integrate Bond Adapt software into our SMS Gateway. Text Marketer have specialised in...

