Follow the instructions in the appropriate link below to integrate your lead and call system to ours.
https://app.inquirly.com/new_api/index.php?action=detail&func=pingPostConsent
PING | POST | Field | Description |
Yes | Yes | API_Action | API_Action=pingPostConsent |
Yes | Yes | Mode | Mode=ping on ping Mode=post on post |
Yes | Yes | TYPE | TYPE=33 |
No | Yes | Trusted_Form_URL | Trusted Form URL |
No | Yes | Disclaimer | Include the TCPA consent text that the user saw including 1:1 consent company list |
Yes | Yes | Owner | Include on both ping and post |
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>
Same fields as PING except:
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.