Skip to content

Peoplevox XML Sites

Zynk will import the data using the standard fields under Integration Templates that can be ran configured your Peoplevox web application. Note, the fields must use the default names, you can import the correct configuration using the file below.

Tasks

Fields

Name

Type Example XML
string Primary <Name>Primary</Name>

Reference

Type Example XML
string PrimarySite <Reference>PrimarySite</Reference>

Example XML

<?xml version="1.0" encoding="utf-8"?>
<Sites>
  <Site>
    <Name>Primary</Name>
    <Reference>PrimarySite</Reference>
  </Site>
  <Site>
    <Name>Test</Name>
    <Reference>TestSite</Reference>
  </Site>
</Sites>