Overview:
This guide provides detailed information on the expected JSON format for leads coming from Equate Media, Quote Runner, and Home Expert. It has some specific information as to how the payloads are processed. It is intended as a technical reference for how the Equate Media, Quote Runner, and Home Expert Integrations are working.
Relevant Links:
- Known Lead Provider Integrations - Link
- Debugging Inbound Leads - Link
- Equate Media Website - Link
- Quote Runner Website - Link
- Home Expert Website - Link
Integration Settings:
Setting Name | type | Description |
Name | string | Allows you to configure multiple connections. |
Description | string | Allows you configure multiple connections. |
Project Type | drop down | All project created by this integration will have this project type assigned. |
Job Type | drop down | All jobs created by this integration will have this job type assigned. |
Project Tags | drop down | All projects created by this integration will have the selected tags included. |
Job Tags | drop down | All jobs created by this integration will have the selected tags included. |
Inbound Equate Media, Quote Runner, and Home Expert Payloads:
{
"project": {
"customer": {
"first_name": "Julien",
"last_name": "Mesenge",
"phone_number": "5122013430",
"email": "julien.mesenge@gmail.com"
},
"jobs": [
{
"move_size": "1 bedroom",
"date": "2022-11-02",
"start_time_1": "",
"referral_source": "HomeExpert",
"locations": [
{
"address": "TX cedar park",
"city": "cedar park",
"zip_code": "78613"
},
{
"address": "TX leander",
"city": "leander",
"zip_code": "78641"
}
]
}
]
}
}
Inbound Payload to Supermove, Specifics:
- move_size - *Important* This is mapped into the Supermove Project Size. The value sent from Quote Runner, Equate Media, and Home Experts MUST match the values saved in Supermove Customer's billing variables. Leads with unconfigured values in the move_size will be rejected.
Comments
0 comments
Please sign in to leave a comment.