- Download the whole repository

- Put the scripts that you need to a directory on the application server
- Depending on your Windows security settings you maybe are not allowed to execute the downloaded PowerShell scripts. If this is the case, please go to the Properties of the files and unblock the scripts to allow the usage
- Execute
optilyz__00__create_settings.ps1and enter your token from Optilyz - If you want to test the communication, open
optilyz__10__getmailings.ps1, set the debug mode to$trueand execute it
- Create a new channel with a name like
Print - Optilyz
- Choose
PowerShellas the integration, username and password filled with dummy values, the email variable (the variable is not used for the print) and the message Content type like in the screenshot
- Make sure the Export is in
utf-8and uses double quotes for string values
- Setup your parameters like in the screenshot and make sure you refer to the correct files

- Setup the variables and change the descriptions in the second column so they fit to the ones from Optilyz

See the chapterField Mappingfor more information - The first campaign then can look like this

- In the content step you can use
individualisation1,individualisation2, etc. as many times as you want; usevariationto choose the variation of the Optilyz automation (e.g. 1 for the female variation, 2 for the male variation)
- Then you can choose the Optilyz automation where the data should be uploaded to

The information here is referring to the api documentation of Optilyz: https://www.optilyz.com/doc/api/#api-Recipients-EnqueueMultipleRecipient
Following fields are can be used in PeopleStage in connection with Optilyz:
| Field | Optional |
|---|---|
| title | x |
| otherTitles | x |
| jobTitle | x |
| gender | x |
| companyName1 | x |
| companyName2 | x |
| companyName3 | x |
| individualisation1 | x |
| individualisation2 | x |
| individualisation3 | x |
| careOf | x |
| firstName | x |
| lastName | |
| fullName | |
| houseNumber | |
| street | |
| address1 | |
| address2 | x |
| zipCode | |
| city | |
| country | x |
Notes:
Individualisationappended with a number can be used infinitely- You have to define
fullNameORfirstNameandlastNameaddress1ORstreetandhouseNumber
- If no
variationis provided in the campaign, then the variation will be chosen by random