This project provides a web interface to unmerge customer events from Exponea
- Fetch customer events from the Exponea API.
- Filter events by customer ID.
- Node.js (v14 or higher)
- NPM (Node Package Manager)
API_URL=<your_api_url>
PROJECT_TOKEN=<your_project_token>
PUBLIC_KEY=<your_public_key>
PRIVATE_KEY=<your_private_key>
- Install the dependencies:
npm install express axios dotenv
Update the Exponea API configuration in server.js
with your project token, public key, and private key.
Start the server:
node server.js
- Run the server.
- Open
index.html
in your web browser. - Click the " Export & Filter Customer Events" button to fetch and display the events