Docs de AskUsers
Docs de AskUsers
Inicio

Getting Started

What is AskUsersQuick Start Guide

Features

Customer ImportAI Customer AnalysisEmail OutreachReply TrackingInsights Dashboard

Credits & Pricing

Credits & Pricing

Configuration

Settings & Configuration

Help

FAQ
X (Twitter)

Customer Import

Import your customers via CSV upload or Stripe integration

Overview

AskUsers supports two methods to import your customer data:

  1. CSV Upload - Manual import from any data source
  2. Stripe Integration - Direct sync with your Stripe account (Growth plan required)

Stripe Connect for customer import

CSV Import

Supported File Format

Upload a CSV file with your customer data. The file should include:

FieldRequiredDescription
EmailYesCustomer email address
NameYesCustomer or contact name
Total SpentRecommendedTotal revenue from customer
Monthly SpendOptionalAverage monthly spend
Payment CountOptionalNumber of transactions
First Payment DateOptionalDate of first transaction
Last Payment DateOptionalMost recent transaction
Refund VolumeOptionalTotal refund amount

Import Process

Upload Your File

  1. Navigate to the Outreach page
  2. Click the Import CSV button
  3. Drag and drop your CSV file, or click to browse

Map Your Columns

The system will auto-detect common column names. For unrecognized columns:

  1. Review the column mapping interface
  2. Map each column to the corresponding field
  3. Skip columns you don't want to import
  4. Preview the data to verify mapping

Process Import

  1. Click Import to start processing
  2. Watch the progress indicator for status
  3. Large files are processed in batches (background processing)

Review Results

After import completes:

  • View total customers imported
  • Check for any skipped rows (invalid data)
  • Review duplicate handling (merged by email)

Deduplication

When importing customers with emails that already exist:

  • Existing records are updated with new data
  • Spend amounts are cumulative - new values add to existing
  • Dates are compared - earliest first payment, latest last payment

Email addresses are the unique identifier. Customers with the same email are automatically merged.

Stripe Integration

Stripe integration requires a Growth or Lifetime plan.

Connecting Stripe

Create a Restricted API Key

For security, we recommend using a restricted API key:

  1. Go to Stripe Dashboard → API Keys
  2. Click Create restricted key
  3. Enable Read access for:
    • Customers
    • Charges
    • Invoices
  4. Copy the restricted key

Connect in AskUsers

  1. Go to Settings → Integrations
  2. Paste your Stripe API key
  3. Click Connect
  4. Your key is encrypted with AES-256-GCM

Import Customers

  1. Click Import from Stripe
  2. Select import options:
    • Include all customers or set minimum spend
    • Low-spend cleanup - Remove customers below threshold
  3. Click Import

Stripe Data Mapping

The following Stripe fields are automatically imported:

Stripe FieldAskUsers Field
emailEmail
nameName
Sum of charges.amountTotal Spent
Count of chargesPayment Count
Min charge.createdFirst Payment Date
Max charge.createdLast Payment Date
Sum of refunds.amountRefund Volume

Low-Spend Cleanup

Remove customers below a spend threshold to focus on high-value opportunities:

  1. Go to the customer list
  2. Select Low-Spend Cleanup from actions
  3. Set minimum spend threshold (default: $10)
  4. Preview customers to be removed
  5. Confirm deletion

Customer Prioritization

After import, customers are automatically prioritized based on spend:

PriorityCriteriaDescription
HighMonthly spend > $100Top expansion opportunities
MediumMonthly spend $50-100Good potential
LowMonthly spend < $50Lower priority

The priority formula:

monthlySpend = totalSpent / months since first payment
priority = monthlySpend >= $100 ? 'high' : (monthlySpend >= $50 ? 'medium' : 'low')

Next Steps

AI Analysis

Learn how AI generates customer personas

Settings

Configure import preferences

Quick Start Guide

Get up and running with AskUsers in 5 minutes

AI Customer Analysis

How AI generates detailed customer personas and expansion opportunities

Tabla de contenidos

Overview
CSV Import
Supported File Format
Import Process
Upload Your File
Map Your Columns
Process Import
Review Results
Deduplication
Stripe Integration
Connecting Stripe
Create a Restricted API Key
Connect in AskUsers
Import Customers
Stripe Data Mapping
Low-Spend Cleanup
Customer Prioritization
Next Steps