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

Inbound Calls

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.
  • You must use a 2-step Ping/Post request. Direct Post will not work.
  • Inquirly does not pass call duration in the ping or the post. If duration is required for billing or tracking purposes, please contact your Affiliate Manager for guidance. All affiliates are required to hard code the desired duration value on their end during setup and integration.

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
YesYesSub_IDex: 123
YesNoReturn_Best_Price1
NoYesLead_IDProvided
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

Task List

Air Duct CleaningAppliance RepairAsbestos RemovalAsbestos Testing
Bathroom RemodelBiohazardCabinetsChimneys
Concrete FoundationConcrete LevelingDecksDoors
Drainage ChannelElectricianExcavationFencing
Fire DamageFlooringGarage DoorsGutter Covers
GuttersHoardingHVACKitchen Remodeling
LandscapingLawn MowingLocksmithMold Removal
Mold TestingPaintingPest ControlPlumbing
RoofingSidingSnow RemovalSolar
StairliftsTree ServicesWater FiltrationWater Removal
WaterproofingWindowsXeriscaping

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",
"Sub_ID": "123",
"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",
        "Sub_ID": "123",
        "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"
    }
}
Malcare WordPress Security