0 total
0
Queued
0
Sent today
0
Sent last hr
0
Replies today
0
Bounces today
0
Failed today
No prospects yet.
Populate the list with a sync run (requires APOLLO_API_KEY and OUTREACH_ADMIN_TOKEN in env):
curl -X POST "$SITE/api/outreach/sync" \
-H "x-outreach-token: $OUTREACH_ADMIN_TOKEN" \
-H "content-type: application/json" \
-d '{"segment":"broker","pages":2,"states":["GA","TN","NC","FL","AL"]}'Then draft sequences for the top scorers:
curl -X POST "$SITE/api/outreach/draft" \
-H "x-outreach-token: $OUTREACH_ADMIN_TOKEN" \
-H "content-type: application/json" \
-d '{"segment":"broker","limit":10}'