Enables bulk import and deletion of contacts in an Xperience by Kentico solution using a .csv file. Imported contacts can be automatically assigned to a contact group during the import process.
| Xperience Version | Library Version |
|---|---|
| >= 30.5.1 | 1.0.0-prerelease-2 |
Add the package to your application using the .NET CLI
dotnet add package --prerelease Kentico.Xperience.Contacts.ImporterAdd AddContactsImport() and UseContactsImport() to your application startup code:
builder.Services.AddContactsImport();
// ... other service registrations
app.InitKentico();
// ... other middleware
app.UseContactsImport();View the Usage Guide for more detailed instructions.
To see the guidelines for Contributing to Kentico open source software, please see Kentico's CONTRIBUTING.md for more information and follow the Kentico's CODE_OF_CONDUCT.
Instructions and technical details for contributing to this project can be found in Contributing Setup.
Distributed under the MIT License. See LICENSE.md for more information.
This project has Kentico Labs limited support.
See SUPPORT.md for more information.
For any security issues see SECURITY.md.