Skip to content

Custom module for Xperience by Kentico to enable marketers to import their Contacts from other systems and previous versions of Kentico

License

Notifications You must be signed in to change notification settings

Kentico/xperience-by-kentico-contacts-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Xperience by Kentico Contacts Importer

Kentico Labs CI: Build and Test NuGet Package

Description

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.

Requirements

Library Version Matrix

Xperience Version Library Version
>= 30.5.1 1.0.0-prerelease-2

Dependencies

Package Installation

Add the package to your application using the .NET CLI

dotnet add package --prerelease Kentico.Xperience.Contacts.Importer

Quick Start

Add AddContactsImport() and UseContactsImport() to your application startup code:

builder.Services.AddContactsImport();
// ... other service registrations

app.InitKentico();
// ... other middleware
app.UseContactsImport();

Full Instructions

View the Usage Guide for more detailed instructions.

Contributing

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.

License

Distributed under the MIT License. See LICENSE.md for more information.

Support

Kentico Labs

This project has Kentico Labs limited support.

See SUPPORT.md for more information.

For any security issues see SECURITY.md.

About

Custom module for Xperience by Kentico to enable marketers to import their Contacts from other systems and previous versions of Kentico

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Contributors 11