Contacts / Import

Import contacts

Upload a CSV file. Next step lets you map columns and confirm.

@csrf CSV file Max 5MB. The first row is treated as headers by default. @error('csv')

{{ $message }}

@enderror

Supported destination fields

{{ implode(' · ', array_keys($fields)) }}

Tags should be comma-separated in a single column.

Download template Continue →