v1
latestOpenAPI 3.1.02026-07-26359254.7 MBAI SDR Offers
Update an offer
<small>Requires the ai-sdr:write scope (or a broader one that includes it).</small>
Partial update — send only the fields you want to change. Array fields, if present, fully replace the current value (no item-level merge). At least one field must be present.
Requires the AI SDR feature on the caller's team.
patch/v3/ai-sdr/offers/{id}
Path parameters
idinteger required
Offer id
Request body
Example request
{
"name": "Q4 Enterprise Outbound",
"reasonForOutreach": "Refocused on mid-market after Q3 results."
}Response
Offer updated successfully
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?"
]
}