Preflight
When to use: Ask your agent before you turn a campaign on — “am I ready to launch?”, inbound Sources webhook wiring (SEP paste URLs), CRM sync, or account-status readiness. For OutboundSync-emitted Sync Monitoring Webhooks, use the Sync monitoring skill or Webhooks.
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, inbound SEP webhook wiring, and campaigns on your sales engagement platforms. It does not send mail, change Sources or Webhooks, or write to your CRM.
“Webhook wiring” here means the SEP → OutboundSync Sources paste URL — not Dashboard → Webhooks (Sync Monitoring). Agent skill for Sync Monitoring: Sync monitoring. Product docs: OutboundSync webhooks.
Do not confuse this with CRM analysis, which reads engagement fields already in HubSpot or Salesforce and does not call the OutboundSync API. For API vocabulary and routing, see API.
Try saying this
Section titled “Try saying this”Am I ready to launch? Check CRM sync and Sources 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/.