This is a concise version of the CSV Import guide. For the full API documentation version, see API Docs: CSV Import.
Import customers and pools for an organization. Each row usually represents one pool. Customers can have multiple pools; pools belong to one customer.
organizationId
, and either customer_name
or both first_name
and last_name
.customer_id
/pool_id
to update.chlorine
):
chlorine
, bromine
, swg
, biguanides
, peroxide
, natural
, freshwater
cartrige
):
cartrige
, sand
, de
, dontKnow
plaster
):
vinyl
, plaster
, fiberglass
organizationId,customer_name,email,phone,address1,city,state,zip,country,pool_name,gallons,is_indoor,sanitizer,filter,pool_type
abc123,Jane Doe,jane@example.com,555-111-2222,123 Main St,Austin,TX,78701,US,Backyard Pool,15000,false,chlorine,cartrige,plaster
abc123,Jane Doe,jane@example.com,555-111-2222,123 Main St,Austin,TX,78701,US,Spa,500,true,bromine,cartrige,fiberglass
To upload: In your organization dashboard or the app’s Customers/Pools screen, use the Import menu. You can also import from your Organization Pools dashboard (look for the "Import CSV" button in the Organization Pools section).