Vitally platform help — Health Scores, Playbooks, Projects, Automation, AI copilot, NPS, Dashboards, REST API. Use when health scores aren't reflecting reality, playbook automations aren't triggering, Salesforce or HubSpot sync is broken, onboarding projects are stalling, NPS surveys aren't reaching users, Vitally AI summaries seem off, custom traits aren't updating via API, or dashboards show stale data. Do NOT use for general customer success strategy (use /sales-customer-success) or survey design methodology (use /sales-customer-feedback).
If references/learnings.md exists, read it first for accumulated platform knowledge.
Ask the user:
What area of Vitally do you need help with?
What CRM are you using? (Salesforce, HubSpot, neither)
Which Vitally plan? (Tech-Touch, Hybrid-Touch, High-Touch, unsure)
Skip-ahead rule: if the user's prompt already contains enough context, skip to Step 2.
| Problem domain | Route to |
|---|---|
| Customer success strategy (health score methodology, churn playbooks, expansion) | /sales-customer-success {your question} |
| NPS/CSAT survey design or response rate optimization | /sales-customer-feedback {your question} |
| Salesforce/HubSpot CRM configuration (not Vitally-specific sync) | /sales-integration {your question} |
| Data enrichment for customer profiles | /sales-enrich {your question} |
When routing, provide the exact command with the user's original question.
Otherwise, answer directly using the platform reference.
Read references/platform-guide.md for the full platform reference — modules, pricing, integrations, data model, workflows.
If the question involves API endpoints, also read references/vitally-api-reference.md.
Answer the user's question using only the relevant section. Don't dump the full reference.
Focus on the user's specific situation. For health score questions, walk through indicator selection and weighting. For automation issues, trace the trigger→condition→action chain. For integration problems, check field mappings and sync direction.
If you discover a gotcha, workaround, or tip not covered in references/learnings.md, append it there.
Best-effort from research — review these, especially items about plan-gated features and integration gotchas that may be outdated.
429 when exceeded with RateLimit-Remaining and RateLimit-Reset headers. Batch operations via Postman bulk endpoints are available.null.https://{subdomain}.rest.vitally.io/resources/, EU: https://rest.vitally-eu.io/resources/.references/learnings.md with today's date./sales-customer-success — Customer success strategy: health scores, churn prevention, onboarding, expansion, playbook design, CS platform comparison. Install: npx skills add sales-skills/sales --skill sales-customer-success/sales-customer-feedback — NPS, CSAT, CES, VoC program design — survey methodology, response rates, closed-loop feedback. Install: npx skills add sales-skills/sales --skill sales-customer-feedback/sales-integration — Connect Vitally to CRM, billing, and analytics tools via native integrations, Zapier, or API. Install: npx skills add sales-skills/sales --skill sales-integration/sales-do — Not sure which skill to use? The router matches any sales objective to the right skill. Install: npx skills add sales-skills/sales --skill sales-doUser: "My health score shows green for accounts that churned last month — what's wrong?"
Approach: Read platform-guide.md health scores section. Audit indicator selection — likely missing usage/engagement signals or weighting login frequency too heavily. Check if data sources (product analytics via Segment/Mixpanel, support tickets via Zendesk) are syncing correctly. Recommend adding a lagging indicator like "days since last login" and a leading indicator like "support ticket trend."
User: "I set up a renewal playbook to create tasks 90 days before renewal but nothing happens."
Approach: Read platform-guide.md automation section. Check: (1) Is the nextRenewalDate trait populated on accounts? (2) Is the trigger condition using the right field name (custom traits use vitally.custom. prefix)? (3) Is the playbook active (not draft)? (4) Does the account match the segment filter? Walk through the trigger→condition→action chain.
User: "I'm PUTting traits via the API but they don't show up in the UI."
Approach: Read vitally-api-reference.md. Check: (1) Trait keys must use the vitally.custom. prefix from the Custom Fields admin panel. (2) Traits merge on update — omitted traits aren't deleted. (3) Verify the Authorization: Basic header is correctly base64-encoded. (4) Check the response status — 400 means malformed body, 401 means auth issue.
unsubscribedFromConversations: true).