When a user chooses to add a connector instance using SOAP request authentication, the credentials below are prompted:
Credential
Required?
Notes
Username
The username that you enter to access the Peoplevox dashboard.
Client ID
Available from the Peoplevox dashboard.
Password
The password that you enter to access the Peoplevox dashboard.
Environment
This is the URL (without the https prefix) that you use to access Peoplevox. Typically this is wms.peoplevox.net.
Response authentication token key
Leave set to the default:
//ns:Detail
Client ID & Username
Step 1
In your browser, open the URL that you use to access the Peoplevox dashboard.
Step 2
Check the top right-hand corner of the dashboard - you'll see your client id followed by your username (the short form in brackets) - for example:
Having logged into Peoplevox, your client ID is also shown in the URL - for example:
Password
The password is the same password that you use to log into Peoplevox.
Having completed this setup, the Peoplevox connector is ready to use.
Using the Peoplevox connector in process flows
The Peoplevox connector is like any other Patchworks connector - it gets added to process flows via a connector shape. However, some specific settings are required for this shape, as detailed below.
setData script
If you build a process flow with Peoplevox as a target connection,you must add a custom script shape and apply the setData script immediately before the target connection shape.
If you pull data from Peoplevox (i.e. your process flow includes a connection shape configured with a Peoplevox GET endpoint), the payload is generated as XML data. If required, you can convert the XML payload to JSON using a conversion script.