Here’s yet another example of the code required to post leads directly into SwiftCRM:
January 28, 2010
Lead Posting Code Example
January 27, 2010
Direct Mail Software
Buy our Direct Mail Software & Get CRM for Free!
SwiftCRM has one of the world’s best Direct Mail Software suites.
Here’s an overview of how it works and what it can do for you:
- Upload: Whether it’s 100, or 1,000,000 records, simply upload any CSV (standard Comma Separated Value, the format most often provided by your list company or scraping software). Don’t worry about the format! SwiftCRM will let you “map” the fields easily, including unlimited custom fields, into our direct mail software handling system. Simply match up common fields like “name”, “phone”, etc., and choose how to handle unique or custom fields, and our software will do the rest. You’ll also need to enter a name for the drop (i.e. “Holiday Special Offer #1″) and a cost (which will automatically drop into the accounting software included with SwiftCRM). This will help you see response, cost-per-lead, cost-per-closed deal, and even run A/B or multi-variate testing to see which list or creative performs the best.
- SwiftCRM’s Direct Mail Software will assign a unique ID to each record (Example: BobJones44), and your CSV list will be given back to you as an immediate download with one more field – the reference code – added to it. This can be then printed with your mailer so you and/or your sales reps can call up that entire record by just looking up that code. This proven “reference code” system makes your agents sound like experts on the phone, since they will have immediate access to the entire file. This code is also used with our Personal URL (PURL) system, allowing you to track interest, pre-fill an application, and automatically activate interested leads. For example, you could add “For 24/7 Free Info or to Apply Online, visit YourSite.com/BobJones44″. As soon as Bob even enters that web address, the “prospect” becomes an “active lead” for you and your sales team, and the webpage can pre-populate Bob’s info into any application forms, helping to build momentum in the sales process.
- Monitor Response. Whether Bob calls in and the sales agent searches “BobJones44″ (and thus activates the lead), or Bob visits online, you’ll have total visibility into the exact response of each direct mail marketing drop. All data can be exported to Google Analytics, allowing you total visibility to all your marketing methods in one place, allowing you to graph response over time, map results geographically, compare campaigns, and more.
- Maximize Profits & Re-Export the Non-Responders. If you have a high value per lead, one profit opportunity often overlooked with competing direct mail software is re-exporting all the leads that did not respond from the initial drop. Often times, it’s simply a matter of timing and catching your prospect at the right time, or it may take multiple impressions of your brand and offer, or it may be a case that one headline grabbed the prospect but another did not. Whatever the case, our marketing case studies show for most of our clients, mailing to the list up to 4 times actually increases response while saving money from the initial data. SwiftCRM’s Direct Mail Software tools allow you to re-export the non-responders from any drop, without mixing the prospects. SwiftCRM will even re-tag each prospect with a new PURL so you can track which drop the prospect responded to, track your results, and the system will automatically update the prospect status to keep your data clean. This allows you to run multiple concurrent lists and drops without dealing with issues like data integrity – so you can just focus on ROI and increasing profits.
Our mantra at SwiftCRM is “How can we help you earn more money?”. It’s not just a slogan – we truly want to know, and want to build software to support your marketing goals.
Other features that can help you extend your new direct mail software include:
- Autoresponders – via email, automated phone calls, dialer campaigns, prompts to human sales agents for activated leads, SMS text messaging, and mail sub-campaigns for activated leads.
- Email Marketing Software – mass email, sequential autoresponders, and more are all included with SwiftCRM’s base package.
- Phone Integration to automatically track response back to a given drop or campaign.
- …and much more.
While much attention is paid to newer forms of high-tech marketing, the fact is that direct mail based on targeted lists is still one of the highest returns on investment forms of marketing there is. SwiftCRM’s Direct Mail Software will help you know exactly precisely which advertising is paying you most, so you can double down quickly on winners and cut any money-losing expenses off.
SwiftCRM is proud to offer a 100-day, 101% profit guarantee – so try it now! Signup, get started, and if within 100 days you are not sure you have realized more profit than the investment in the software, we’ll refund you 101% of your money. We are in business to make you money, period. So why wait to increase your profits? Get Started Now.
Yes! I’ll Try SwiftCRM’s Direct Mail Software,
Knowing I’m Guaranteed to Profit.
Sign Me Up!
(Zero Contract Requirement, Simple Pay-as-you-Go)
P.S. For most industries, a handwritten envelope with real stamp (not bulk mail) raises the cost by about 17%, but increases response by over 300%. Our directory of providers include some of the most innovative and lowest-cost providers in the industry – SwiftCRM’s direct mail software allows you to not just try strategies blind, but actually see the direct impact dollar for dollar on your ROI! If you had total visibility into campaign profitability, you could afford to try response-maximizing strategies like handwritten post-it-notes, newspaper tear-offs, ugly yellow handwritten letters – while knowing you’re “in the black”. Get started now!
January 19, 2010
Enhancements to LeadHandler Code
The following has been added to our Leads Handling code:
- “Selling-Opportunity-Status” definition at time of form input. This is very useful with online applications, as someone who fills out a certain form may be deeper into the sales process than some other form – for example, say you have a mortgage website, and you have some basic forms for pre-qualification, but you have another form for homebuyers who actually now have a house under contract, or a full mortgage application. Obviously these clients are to be handled differently than purchase pre-approvals who are just starting out – anyway, this field now allows you to specify the “selling opportunity status” at time that form is captured.
- How to Use: Add the variable “iStatusId” with the index number; let us know what status you need and we’ll get you the exact code.
- Company Leads Pool posting. If you have a sales team, this allows you to create leads that go straight into the “Open for the taking” “company leads pool” in the CRM, as compared to forcing the lead to go into a single account (which, technically, you could create a rule for – so we have 2 ways to do this now). Simply add the variable COMPANY_LEAD = Yes to the variables you pass, and this will cause it to dump straight to the company, not a single employee.
- Example: <input type=”hidden” name=”COMPANY_LEAD” value=”Yes”>
Currently keeping us busy: Phone verification of leads via a single tag, and easier to use Catchpa spam verification.
January 12, 2010
Instruction to Post leads to Swift CRM
Posting Data Instruction
https://securecheckout.me/leadhandler.php
Following are the fields that needs to be post.
- iSubscriberId
This will be your subscriber Id .You can get this from the Edit Settings. - vThanksURL
Specify the URL here so posting page will be redirected to that page. - bulkLeads
Use this variable = 1 if you are posting the Bult Leads. - vType
Specify the lead type that you are going to post. - vName
It will save the Contact’s Name - vEmail
Specify the contact EMAIL - vPhone1 , vPhone2
Specify the Phone numbers of the leads. - vAddress
Specity the contact’s Address
vZip
Specify the Zip code.




