
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 full list or requirements is available in [Importing profiles](/docs/assets/imports/importing-clients).

## Node configuration
---
No configuration is required. However, this node must be preceded by one of the following nodes:
- [Local File](/docs/automation/operation/local-file-node)
- [SFTP](/docs/automation/integration/sftp-integrations)
- [HTTP](/docs/automation/integration/http-integrations) 

## Example of use
---
You can combine the **Local File** node with the **Import Profiles** node to import a file with customer data. 


<details class="accordion"><summary>The file used in this example</summary><div class="accordion-content"><pre><code class="language-plaintext">firstName,lastName,email Dwight,Addams,dwight.addams@test.com Martin,Smith,martin.smith@test.com Kurt,Doe,kurt.doe@test.com</code></pre></div></details>


<figure>
<img src="/api/docs/image/54176ad07f146575310749eba44b7c2f42c1b327/docs/automation/_gfx/local-file-example-of-use.png" alt="Example of use" class="full">
<figcaption>Single import of customers to Synerise</figcaption>
</figure>

1. Start the workflow with the **Scheduled Run** node.  
2. In the configuration of the node:  
    1. Set the **Run trigger** to **one time**.  
    2. Select the **Immediately** tab.  
    3. Click **Apply**.  
3. Add the **Local File** node.  
4. In the configuration of the node:  
    1. Upload the file with customers.
    2. Click **Apply**.  
5. Add the **Import Profiles** node.  
6. Add the **End** node.