Overview:
This guide provides detailed information on the expected JSON format for leads coming from Top Moving Company 4 U and how the payloads are processed. It is intended as a technical reference for how the Top Moving Company 4 U Integration is working.
Relevant Links:
- Known Lead Provider Integrations - Link
- Debugging Inbound Leads - Link
- Top Moving Company 4 U 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. |
Expected Top Moving Company 4 U JSON Payload:
{
"project": {
"customer": {
"first_name": "Test",
"last_name": "Test2563",
"phone_number": "3236514948",
"email": "test2@tmc4u.com"
},
"size": "3 bedroom",
"jobs": [
{
"is_primary": true,
"status": "LEAD",
"date": "2025-05-17",
"office_notes": "",
"referral_source": "TMC4U",
"referral_details": "{LEAD_ID}",
"locations": [
{
"address": "99540", //Origin Address
"zip_code": "99540", //Origin Zip Code
},
{
"address": "99505", //Destination Address
"zip_code": "99505", //Destination Zip Code
}
]
}
]
}
}
Comments
0 comments
Please sign in to leave a comment.