Skip to main content

Import Contacts

Description

Imports contacts from CSV file into WooSender.

Properties

Input

  • File Path - Contacts CSV file path.

  • Tags - List of tags you want to tag the newly imported contacts.

  • Has Header - Specify whether to consider the first row in a file as a header row.

  • Duplicate Contact Option - WooSender uses the contact's email as its ID. Any new contact with the same email as an existing contact will be duplicated. Select how you want to deal with duplicates.

Misc

  • DisplayName – Add a display name to your activity.
  • Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Optional

  • Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
    note

    Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.