January 28, 2010

Lead Posting Code Example

Filed under: Hosted CRM — admin @ 1:26 pm

Here’s yet another example of the code required to post leads directly into SwiftCRM:

<input type=”hidden” name=”iSubscriberId”  value=”YOUR_ACCOUNT_NUMBER_HERE”>
<input type=”hidden” name=”vType” value=”DS” />   // each lead type has a short code – this one is “Debt Settlement Leads”
<input type=”hidden” name=”bulkLeads” value=”1″ />    // This skips the catcpha verification
<input name=”extra_IPaddress” value=”—” />   // not required
<input name=”vCity” value=”—” />
<input name=”vState” value=”—” />
<input name=”vZip” value=”—” />    // note: our system will convert zip code to city and state for you, so generally, we encourage you to just get the zip – let us do the rest.
<input name=”vFirstName” value=”—” />
<input name=”vLastName” value=”—” />
<input name=”vLeadTypeField1″ value=”—” />  //* DEBT AMOUNT
<input name=”vPhone1″ value=”—-” />
<input name=”vPhone2″ value=”—-” />
<input name=”vLastName” value=”—-” />
<input type=”hidden” name=”extra_debtaging” value=”—-” />  // you can prefix “extra_” before any variable name to have it inserted into the comments.
<input type=”hidden” name=”extra_time_to_call” value=”—-” />  // we actually have a field for time to call, so this isn’t recommended – better is to use the vTimeToCall field, so our CRM can help you schedule your calls.
<input type=”hidden” name=”extra_comments” value=”—-” />

Related posts:

  1. Enhancements to LeadHandler Code Enhancements to LeadHandler Code; addition of ability to drop leads...
  2. Variables for Web Forms Naming of variables for hooking up a web form to...
  3. How do I… connect SwiftCRM to my Website? How to Connect SwiftCRM\'s CRM and Autoresponder to your website...
  4. Lead Providers SwiftCRM can work with Lead providers SwiftCRM can import from directly...
  5. Lead-Types for Auto-Insertion Covers how to integrate web forms with SwiftCRM for automation...

Related posts brought to you by Yet Another Related Posts Plugin.

blog comments powered by Disqus