API Reference

Services

Customize marketing services based on property needs.

Overview

Orders can be placed for one or many services based on the needs of your property. These services are passed as an array of objects, each with a slug for identification and a quantity.

Services Example

services: [
    {
      slug: "photos",				// Service identification slug
      quantity: 15					// Service quantity
    },
    {
      slug: "zillow_3d_and_floor_plans",
      quantity: 1
    }
  ]
πŸ“˜

Development Tip

When developing your ordering solution, we recommend a data-driven services approach. Your marketing team may decide to add an additional service for properties in a specific city at some point. Avoiding a hardcoded services parameter will help your team stay flexible!

Available Services

For an in depth description of PlanOmatic services, please check out our service page. Check it out >

Service

Description

Valid Quantities

Access Required

exterior_photos

Professional photography of the exterior of a property.

1, 3, 4, 5

photos

Professional photography of the exterior and interior of property.

10, 15, 20, 25

βœ…

zillow_3d_and_floor_plans

Zillow 3D home tour and floor plan.

1

βœ…

back_exterior_photos

Professional photography of the rear/back exterior of a property.

1, 3, 5

community_photography

Professional photography of community interior and exterior.

5, 10, 20

enhanced_virtual_staging_all_interiors

Virtual Staging by designers on all interior photos, up to 12.

1

βœ