Skip to content

Export Customers from Peoplevox

This task will export customer information from Peoplevox in XML format, for detailed information see Peoplevox XML Customers. The information is exported using the "Customers" integration template that can be ran through your Peoplevox web application. You can add filters and search clauses to limit the data that is returned.

Connection Settings

Peoplevox Connection

Required
The connection to the Peoplevox instance to use. See the Connecting to Peoplevox if you require more information on how to create/manage connections.

Export Settings

Timeout (In Minutes)

Required
Maximum amount of time in minutes that Zynk will wait for a response per call made. Defaults to 10.

File Settings

Output File

Required
The name or full path to the file the returned data will be saved to.

Defaults to peoplevox_export_customers.xml

Peoplevox Settings

API Call Delay

Required
The number of seconds to wait between sending requests to the Peoplevox API, used when making multiple paged requests to export data. Defaults to 1.

Items Per Page

Required
The number of items to retrieve per request made to Peoplevox. Zynk will make as many requests as required to download all data matching the filters set on the task. The maximum this can be is 1000, anything higher will be reset to 1000. Defaults to 20.

Search Clauses

Optional
You can add search clauses to limit the data that is returned from the report, for more information see Peoplevox Search Clauses.

Zynk Settings

See Common Task Settings

Example XML

Example input file, for detailed information see Peoplevox XML Customers.

<?xml version="1.0" encoding="utf-8"?>
<Customers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Customer>
    <CustomerType>2</CustomerType>
    <Name>Zynk Software Ltd</Name>
    <Reference>[email protected]</Reference>
    <FirstName>Joe</FirstName>
    <LastName>Harrison</LastName>
    <Phone>0191 820 1484</Phone>
    <Mobile>0773 862 6085</Mobile>
    <Email>[email protected]</Email>
    <CreditStatus>false</CreditStatus>
    <Wholesaler>false</Wholesaler>
    <CustomerAddresses>
      <CustomerAddress>
        <CustomerReference>[email protected]</CustomerReference>
        <AddressLine1>i6 Business Centre</AddressLine1>
        <AddressLine2>6 Charlotte Square</AddressLine2>
        <AddressCity>Newcastle upon-Tyne</AddressCity>
        <AddressRegion>Tyne and Wear</AddressRegion>
        <AddressPostcode>NE1 4XF</AddressPostcode>
        <AddressCountry />
        <AddressReference>NE1 4XF</AddressReference>
      </CustomerAddress>
    </CustomerAddresses>
  </Customer>
</Customers>