CRM Cold Outreach
Use CRM as the source of truth for outreach state.
Workflow
- Create or find the target company and contact.
- Create a deal only when there is a plausible opportunity.
- Log sent outreach as an
emailactivity. - Create a follow-up task with a concrete date.
- Respect
do_not_contactstatus.
CLI Examples
crm companies create --name "Acme" --domain acme.com
crm contacts create --name "Riley Chen" --email riley@acme.com --company-id cmp_123
crm activities create --contact-id con_123 --type email --body "Sent founder-led CRM outreach v1."
crm tasks create --contact-id con_123 --title "Follow up on outreach" --due-at 2026-05-12T16:00:00Z
See outreach-template.