v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
AI SDR Offers

Create an offer

<small>Requires the ai-sdr:write scope (or a broader one that includes it).</small>

Creates a new offer. Only name is strictly required; all other fields default to empty.

Requires the AI SDR feature on the caller's team.

post/v3/ai-sdr/offers

Request body

namestring required

Display name of the offer

companyNamestring

The company being represented in outreach

companyDescriptionstring

Short description of what the company does

icpstring

Ideal Customer Profile

reasonForOutreachstring

Free-form rationale for the outreach

caseStudiesstring[]

Case studies (max 10; each non-empty, max 1000 chars)

painPointsstring[]

Customer pain points (max 10; each non-empty, max 1000 chars)

proofPointsstring[]

Proof points (max 10; each non-empty, max 1000 chars)

valuePropositionsstring[]

Value propositions (max 10; each non-empty, max 1000 chars)

callToActionsstring[]

Call-to-action phrasings (max 10; each non-empty, max 1000 chars)

Example request

{
  "name": "Q3 Enterprise Outbound",
  "companyName": "Acme Robotics",
  "companyDescription": "AI-driven warehouse automation for mid-market logistics.",
  "icp": "Director of Operations at logistics companies with 200+ warehouse staff",
  "reasonForOutreach": "Q3 push into mid-market logistics.",
  "caseStudies": [
    "Reduced order-pick errors 38% at NorthStar Logistics"
  ],
  "painPoints": [
    "Manual pick-pack errors driving customer churn"
  ],
  "proofPoints": [
    "Used by 4 of top 10 mid-market 3PLs"
  ],
  "valuePropositions": [
    "30% pick-rate improvement in 90 days"
  ],
  "callToActions": [
    "15-min demo this week?"
  ]
}

Response

Offer created successfully

idinteger

Unique identifier for the offer

namestring

Display name of the offer

companyNamestring

The company being represented in outreach

companyDescriptionstring

Short description of what the company does

icpstring

Ideal Customer Profile — who the offer is meant for

reasonForOutreachstring

Free-form rationale shown to the AI SDR for why this outreach is being made

caseStudiesstring[]

Case studies that demonstrate the company's value

painPointsstring[]

Customer pain points this offer addresses

proofPointsstring[]

Proof points that back up the offer's claims

valuePropositionsstring[]

Value propositions presented in messaging

callToActionsstring[]

Call-to-action phrasings the AI SDR can use

Example response

{
  "id": 4821,
  "name": "Q3 Enterprise Outbound",
  "companyName": "Acme Robotics",
  "companyDescription": "AI-driven warehouse automation for mid-market logistics.",
  "icp": "Director of Operations at logistics companies with 200+ warehouse staff",
  "reasonForOutreach": "Q3 push into mid-market logistics — Acme just closed a marquee customer in this segment.",
  "caseStudies": [
    "Reduced order-pick errors 38% at NorthStar Logistics"
  ],
  "painPoints": [
    "Manual pick-pack errors driving customer churn",
    "Labor cost rising 12% YoY"
  ],
  "proofPoints": [
    "Used by 4 of top 10 mid-market 3PLs"
  ],
  "valuePropositions": [
    "30% pick-rate improvement in 90 days"
  ],
  "callToActions": [
    "15-min demo this week?"
  ]
}