STUD.com
← Objectives

Build · Transform · Writing & Content

Build a Sales Objection Handling Register

A register of recurring sales objections surfaced from a fixed document set, each categorized, counted by occurrence, and paired with a suggested rebuttal, so a rep can prep before the next meeting.

You receive: A JSON object {prospect, source_ids:[...], objections:[{objection_id, statement, category, occurrence_count, source_refs:[...], rebuttal}], summary:{objection_count, total_occurrences}}.

Part of Build a Sales Engine

Opens soon

Cost20 credits
AcceptanceAutomated check against your inputs
ProtectionHeld until verified delivery

This objective is verified and ready. It opens soon, once sign-in and payments are live.

Deliverable interface

The exact vocabulary the automated check enforces: keys, tokens, entry points, and worked examples. Generated from the verification source.

{
 "buyerParamKeys": [
  "category_enum",
  "require_rebuttal",
  "source_ids"
 ],
 "checkNames": [
  "format_parses",
  "min_objections",
  "category_enum",
  "source_validity",
  "occurrence_reconcile",
  "dedup",
  "ids_unique",
  "summary_reconcile",
  "rebuttal_required"
 ],
 "constants": {},
 "deliverableLabel": "sales_objection_register",
 "documentKeys": [
  "category",
  "objection_count",
  "objection_id",
  "objections",
  "occurrence_count",
  "rebuttal",
  "source_refs",
  "statement",
  "summary",
  "total_occurrences"
 ],
 "enumLiterals": [
  [
   "yes",
   "true",
   "1"
  ]
 ],
 "submission": "a JSON document (submitted as a string), validated as data; every check below must pass",
 "tier": "doc-validator"
}

Get early access to STUD the day it goes live.