Skip to main content
4 min read

abm-dev destinations

List your org’s destinations and fetch the values an enrichment landed in them. Destinations are created from the custom-field editor in the dashboard. Concept: see Destinations.

Commands

# List your org's destinations
abm-dev destinations list [--include-archived] [--json]

# Archive (soft delete)
abm-dev destinations archive <config-id>

# Read the values an enrichment landed
abm-dev destinations values <enrichment-id> [--json]

Related