Callback URL
The callback URL for every webhook MUST return a 200-level HTTP status code in the response. If a 2XX response is not received, then the webhook will be retried every six minutes until it is successful. After 10 failed attempts, you will receive an email notification with the webhook payload included.
Data Payload
{
"request_id": 133704,
"request_datetime": "2019-09-16T15:08:37.000+00:00",
"order_id": 332818,
"order_datetime": "2019-09-16T15:14:12.000+00:00",
"order_status": "ordered",
"submitted_cancel_onsite": false,
"job_due_date": null,
"external_id": "a0w0V000012PoR8QAK",
"order_notes": null,
"client": {
"first_name": "Shaunathan",
"last_name": "Gilroy",
"email": "[email protected]",
"phone": "720-333-3333"
},
"property_info": {
"price": "220000",
"sqft": "1750",
"bedrooms": "4",
"bathrooms": "2.0",
"property_id": "126847",
"property_type": "single_family",
"address": {
"street": "123 Fake St",
"address2": null,
"city": "Denver",
"province": "CO",
"postal_code": "80004"
}
},
"appointments": [
{
"start_datetime": "2019-05-08T16:00:00.000+00:00",
"end_datetime": "2019-05-08T16:30:00.000+00:00",
"duration": 0.5,
"cancellation_reason": null,
"cancellation_reason_detail": null
}
],
"links": {
"tour_link": "https://www.planomatic.com/17031",
"tour_mls_link": "https://www.planomatic.com/mls17031",
"zillow_3d_link": "https://zillow.com/showing3d/230944",
"matterport_3d_link": "https://my.matterport.com/show/?m=fpsamEKavRZ",
"video_slideshow_link": "https://www.your-video-slideshow.com/listing/230944",
"photo_manage_link": "https://go.planomatic.com/planox/manage_photos/17031"
},
"primary_service": {
"group_id": 1,
"group_slug": "photoplan",
"group_name": "PhotoPlan",
"quantity": 1,
"service_instructions": null
},
"add_on_services": [
{
"group_id": 14,
"group_slug": "twilight_photography_add_on",
"group_name": "Twilight Photography",
"quantity": 1,
"service_instructions": null
}
]
}