CedarCapital

Settings

Configure API keys, cron schedules, and outreach templates

API Configuration

API keys are configured via environment variables for security. Set these in your Vercel dashboard or .env.local file.

ATTOM Data API

Property data, valuations, comps

ATTOM_API_KEY

BatchData API

Skip tracing, owner contact info

BATCHDATA_API_KEY

Estated API

Fallback property data and AVMs

ESTATED_API_KEY

Twilio Account SID

SMS outreach

TWILIO_ACCOUNT_SID

Twilio Auth Token

SMS authentication

TWILIO_AUTH_TOKEN

Twilio Phone Number

SMS sender number

TWILIO_PHONE_NUMBER

SendGrid API Key

Email outreach

SENDGRID_API_KEY

Cron Schedule

Pipeline runs every 2 hours automatically on Vercel.

Discover

Find new distressed properties

XX:00

Enrich

Skip trace owner info

XX:15

Analyze

Run deal analysis engine

XX:30

Outreach

Send SMS/email to A/B leads

XX:45

Outreach Templates

Message templates are defined in src/lib/outreach/templates.ts. Edit that file to customize messaging.

SMS Sequence

1. Initial (Immediate)

Introduction + cash offer + call to action

2. Follow-up (48 hours)

Reminder + value proposition

3. Final (5 days)

Soft close + leave door open

Email Sequence

1. Initial (Immediate)

Full introduction + benefits list + CTA

2. Follow-up (48 hours)

Short check-in + reiterate offer

3. Final (5 days)

Last touch + soft close

Analysis Defaults

Default values used by the deal analysis engine. These mirror your spreadsheet settings.

To change defaults, edit src/lib/analysis/finance-calculator.ts