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

Inbound Calls

Boberdoo Specifications

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

Who Uses These Specifications?

  • Publishers who host and post calls through their own call routing software
  • Publishers who pre-collect Zip Code and Task via an IVR or other structured method

Important Notes

  • Fields and Enums are case sensitive! Use exact syntax
  • Fields listed must be included to receive competitive bids.
  • Do not use the “Test_Lead” field to test. Send ZIP = 00001
  • Transfer all calls to the “Terminating_Phone” provided

Required Fields

PINGPOSTFieldValue
YesYesKeyProvided
YesYesSRCProvided
YesYesTerminating_PhoneProvided
YesYesAPI_ActioniprSubmitLead
YesYesModeMode=ping on ping
Mode=post on post
YesYesTYPE9
YesYesTaskex: Plumbing
YesYesZIPex: 90210
YesYesTerminating_Phone_Country_Code1
YesNoReturn_Best_Price1
NoYesApp_ID888
NoYesStart_Date_Time2018-08-12 12:30:12
NoYesOrigin_Phone_Country_Code1
NoYesOrigin_Phone_Area_Codeex: 123
NoYesOrigin_Phone_Prefixex: 456
NoYesOrigin_Phone_Suffixex: 7890
NoNoFormatJSON, XML, dft:String

How to Test

Please send a test ping/post to the test zip code 00001 and inform us when you receive a successful reply. Please email us with the ping and post request and response strings! Then, give the terminating phone number a call with the origin phone sent in the post. Once we confirm everything is functioning properly, we can move to live production.

Example PING Request & Response

https://app.inquirly.com/apiJSON.php
{
"Request": {

"Key": {YOUR_API_KEY},
"SRC": {YOUR_SRC},
"Terminating_Phone": {YOUR_TERMINATING_PHONE},
"API_Action": "iprSubmitLead”,

"Mode": "ping",
"TYPE": "9",
"Task": "Plumbing",
"ZIP": "00001",

"Terminating_Phone_Country_Code": "1",
"Return_Best_Price": "1",
"Format": "JSON" //Format of the response
}
}

{
"response": {
"status": "Matched",
"lead_id": {NEW_LEAD_ID}
}

Example POST Request & Response

https://app.inquirly.com/apiJSON.php
{
    "Request": {
        "Lead_ID": {NEW_LEAD_ID},
        "Key": {YOUR_API_KEY},
        "SRC": {YOUR_SRC},
        "Terminating_Phone": {YOUR_TERMINATING_PHONE},
        "API_Action": "iprSubmitLead",
        "Mode": "post",
        "TYPE": "9",
        "Task": "Plumbing", 
        "ZIP": "00001",        "Terminating_Phone_Country_Code": "1",        "Format": "JSON"        "App_ID": "888",
        "Start_Date_Time":  {CURRENT_TIME},
        "Origin_Phone_Country_Code": "1",
        "Origin_Phone_Area_Code": {XXX},
        "Origin_Phone_Prefix": {XXX},
        "Origin_Phone_Suffix": {XXXX},
    }
}

{
    "response": {
        "status": "Success"
    }
}

Posting Specifications