...
Introduction
preezie integrates directly with the Emarsys API directly APIs to automatically pass the Contact and Recommendation results data when completing a preezie journey lead form. In addition, you can connect all of your preezie lead form information to your Emarsys account. This allows you to store and send preezie shoppers their product recommendations via email and add them to any marketing flows you have.
There are two types of data available to do this,
(default) Pass Contact and Product recommendations data when submitting a journey lead form
(requires add-on) You can also use a hosted Emarsys relational database table to
...
pass the questions & answer data
...
The customer fields to send to Emarsys are defined in the Workflow Edit, under the Lead tab:
...
Each item checked will be passed to Emarsys to map into your account:
...
Set up Emarsys for preezie
First find your API values in your Emarsys account
Details here: https://dev.emarsys.com/docs/emarsys-api/ZG9jOjI0ODk5NzAx-authenticationin realtime
Add journey lead forms
The first step is to ensure you are capturing lead information at the end of your preezie journeys. If you haven’t already done this, see the Email Capture guide for more information. These are managed in your Journey Settings under the Signup Lead Form tab:
...
Fields that can be passed to Emarsys are First name, Last name, Phone, and Email address:
...
Contact and Recommendations data
1. Create an External Event
To store the production recommendations data you need to create an external event.
Management > External Events > Create External Event
Give it a name of preezie recommendations
This gives you an ID that we’ll use in the next step.
https://help.emarsys.com/hc/en-us/articles/360010574114-Events-External-events
2. Connect your Emarsys account to preezie
You can now connect your Emarsys account to preezie.
First create a new API user in your Emarsys account with the correct permissions as below
Go to Admin > Security Settings
...
> Create API
...
user
Make sure you give it edit access to contact.create and externalevent.trigger as per: https://help.emarsys.com/hc/en-us/articles/4472770789649-Suite-API-endpoint-permissions
Now copy the
...
User name
and
...
Secret
values and paste into your preezie CMS by going to Admin > Settings > Tenant settings > Emarsys IntegrationApi Key Name =
Username
User name
Api Key Value
PasswordDigest
Note, if you want to pass all emails directly into a List enter its ID here.
...
=
Secret
...
Change Data type to All data
In the Create Contact Endpoint Url paste this:
In the Optional endpoint URLfield paste this, but update the number 1234 to your External Event ID created above:
If you want your leads to go into a specific List, add the List ID into the List ID (Optional) field
Check Active then Save Emarsys API integration.
...
Testing your set up
Once active you can test your integration by using the Test Guide Widget or Test Guide on Demo Page in the Workflow edit menu:
...