Logo

List Management Dashboard

Enter your password to access the dashboard

{{ loginError }}
Total Configurations
{{ stats.totalConfigs }}
Total Destinations
{{ stats.totalDestinations }}
Available Connectors
{{ availableDestinations.length }}
Active Filters
{{ stats.activeFilters }}

Search & Filter

List Info API Key Destinations Dedupe Window Actions
{{ getListName(config.listId) }}
ID: {{ config.listId }}
{{ maskApiKey(config.apiKey) }}
{{ dest.id }}
{{ config.dedupeWindowHrs }}h

{{ showEditModal ? 'Edit Configuration' : 'Create New Configuration' }}

{{ showEditModal ? 'Modify your list routing configuration' : 'Set up a new list configuration' }}

{{ notification.message }}

Configuration Details: {{ selectedConfig?.name || 'Unknown' }}

Basic Information

List ID: {{ selectedConfig?.listId || 'N/A' }}
Name: {{ selectedConfig?.name || 'N/A' }}
API Key: {{ selectedConfig?.apiKey || 'N/A' }}
Dedupe Window: {{ selectedConfig?.dedupeWindowHrs || 'N/A' }} hours

Destinations ({{ selectedConfig?.destinations?.length || 0 }})

{{ dest.id }}
Priority: {{ dest.priority }} | Concurrency: {{ dest.concurrency }}
Config:
Auth: {{ dest.config.authorization }}
API Key: {{ dest.config.apiKey }}
Auth Key: {{ dest.config.authKey }}
Contact List ID: {{ dest.config.contactListId }}
Cap: {{ (dest.cap?.limit || dest.caps?.[0]?.limit) || 'N/A' }} per {{ (dest.cap?.period || dest.caps?.[0]?.period) || 'N/A' }}
Filters:
{{ filter.field }} {{ filter.op }} {{ filter.value }}

Delete Configuration

Are you sure you want to delete this configuration?

{{ configToDelete.name }}
List ID: {{ configToDelete.listId }}

This action cannot be undone.