Just a moment,
we are processing your request ...

Form Fill Leads

Follow the instructions in the appropriate link below to integrate your lead and call system to ours.

Who Uses These Specifications?

  • Publishers who host and post leads through their own lead routing software
  • Publishers who collect 1:1 consent via a dynamically generated TCPA disclaimer

Boberdoo Specifications

https://app.inquirly.com/new_api/index.php?action=detail&func=pingPostConsent

Test Zip Code

  • Zip=00001 test condition to match to 1 bidder
  • Zip=00002 test condition to match to 2 bidders

Required Fields

PINGPOSTFieldDescription
YesYesAPI_ActionAPI_Action=pingPostConsent
YesYesModeMode=ping on ping
Mode=post on post
YesYesTYPETYPE=33
NoYesTrusted_Form_URLTrusted Form URL
NoYesDisclaimerInclude the TCPA consent text that the user saw including 1:1 consent company list
YesYesOwnerInclude on both ping and post

Ping Request

https://app.inquirly.com/new_api/api.php?Key=XXXXX&API_Action=pingPostConsent&Mode=ping&Return_Best_Price=1&SRC=XXXXX&TYPE=33&Landing_Page=landing&IP_Address=75.2.92.149&Zip=00001&Task=Plumbing

Ping Reply

Example test ping reply (parse the node “seller_company_name” to show on your form; parse the node “bid_id” to pass the value on the post):

<response>
<status>Matched</status>
<lead_type>33</lead_type>
<lead_id>26635027</lead_id>
<process_information>
<total_bids>1</total_bids>
<total_bid_amount>0.1</total_bid_amount>
<bid_mode>ping</bid_mode>
<unmatched_reason />
<mystamp>172331521066392300</mystamp>
<best_bid>0.10</best_bid>
</process_information>
<bids>
<bid>
<bid_id>679</bid_id>
<seller_id>2</seller_id>
<seller_company_name>Testing Company</seller_company_name>
<seller_html />
<seller_lead_bid>0.10</seller_lead_bid>
</bid>
</bids>
</response>

Post Request

Same fields as PING except:

  • REMOVE Return_Best_Price=1
  • ADD required fields such as Landing_Page, IP_Address, First_Name, Last_Name, Address, City, State, Email, Phone
  • ADD optional fields that you collect on your form
  • ADD Trusted_Form_URL
  • ADD Disclaimer, full text of your TCPA disclaimer
  • ADD Lead_ID from the PING reply
  • ADD Match_With_Bid_ID from the PING reply, in comma separated format for all bid(s) that the user consented to in your consent block

Please send a test ping/post to the test zip code and inform us when you receive a successful reply. Once we confirm everything is functioning properly, we can move to live production.

Posting Specifications