# Create Abacus Profiles

## Description

Create Abacus profiles in bulk.

Attempts to automate [Creating ABACUS Profiles](https://www.notion.so/Creating-ABACUS-Profiles-bb09f766bf9e4770b6e40454ab0b4122?source=copy_link).

**NOTE**: This job identifies but does not unmask emails. Any emails requiring unmasking are returned in the output file. Follow the [Email Unmasking](https://www.notion.so/Creating-ABACUS-Profiles-bb09f766bf9e4770b6e40454ab0b4122?source=copy_link#1f397177520f80dca0a6e0a53d2880a5) instructions to complete the process.

## Instructions

1. Create a JSON file containing user emails (see [input.example.json](./input.example.json))

1. Configure your `.env` file

1. Run

   ```bash
   $ npm start
   ```

1. Unmask any emails in the output (See [output.example.json](./output.example.json))
