"Import Profiles" node
This node allows you to initiate an import of profiles to Synerise. The node doesn’t require any further configuration - it contains a list of required parameters a file must contain to be imported.
Requirements
The file must contain one of the following columns (case sensitive):
uuid
email
customId
clientId
If you want to import customer tags, name the column tags
and include tags as a string, separated by commas.
"
Example:
firstName,lastName,email,tags
Dwight,Addams,dwight.addams@test.com,"tag1,tag2"
Martin,Smith,martin.smith@test.com,"tag1,tag2"
Kurt,Doe,kurt.doe@test.com,"tag1,tag2"
Node configuration
No configuration is required. However, this node must be preceded by one of the following nodes:
Example of use
You can combine the Local File node with the Import Profiles node to import a file with customer data.
firstName,lastName,email
Dwight,Addams,dwight.addams@test.com
Martin,Smith,martin.smith@test.com
Kurt,Doe,kurt.doe@test.com
- Start the workflow with the Scheduled Run node.
- In the configuration of the node:
- Set the Run trigger to one time.
- Select the Immediately tab.
- Click Apply.
- Add the Local File node.
- In the configuration of the node:
- Upload the file with customers.
- Click Apply.
- Add the Import Profiles node.
- Add the End node.