Preflight
When to use: Ask your agent before you turn a campaign on — “am I ready to launch?”, webhook wiring, CRM sync, or account-status readiness.
What it does
Section titled “What it does”Preflight is a read-only launch check. It looks at CRM OAuth, whether sources and sync are enabled, and (when it can) mailboxes, webhooks, and campaigns on your sales engagement platforms. It does not send mail, change webhooks, or write to your CRM.
Do not confuse this with CRM analysis, which reads engagement fields already in HubSpot or Salesforce and does not call the OutboundSync API.
Try saying this
Section titled “Try saying this”Am I ready to launch? Check CRM sync and webhook wiring.
I’ll run a read-only launch check across CRM OAuth, sources/sync, and your sales engagement platforms — then give you a Ready / Not ready report with next steps.
What you’ll get
Section titled “What you’ll get”- A clear Ready or Not ready verdict
- A status gauge across CRM, OutboundSync, and each detected platform
- Short cards explaining what passed or blocked
- A Next list only when something still needs fixing (with paste URLs only when you need them)
Get started
Section titled “Get started”- Put an OutboundSync API key in
$OUTBOUNDSYNC_API_KEY(Creating API keys · Install). - Install the skill:
npx skills add outboundsync/skills --skill preflight -gFull Cursor / Claude Code / Codex notes: Install skills.
Security: never print or commit the API key; preflight never activates or re-points anything. Full procedure and examples: skills/preflight/.