Skip to content

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.

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.

Before you turn a campaign on
You

Am I ready to launch? Check CRM sync and webhook wiring.

Agent Skill · preflight

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.

  • 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)
  1. Put an OutboundSync API key in $OUTBOUNDSYNC_API_KEY (Creating API keys · Install).
  2. Install the skill:
Terminal window
npx skills add outboundsync/skills --skill preflight -g

Full 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/.

Last updated: