Skip to main content
POST
Generate Sales Intel Stakeholders
Gated by the ai.sales_intel_stakeholders config feature flag — a 403 names the flag when disabled. Synchronous and rule-based, not an LLM call — recomputes the snapshot and replaces every political-profile row for the deal’s current contacts.

Auth

Requires a CRM manage scope and an active organization on the token. Any *:manage scope qualifies — in practice contacts:manage, deals:manage, companies:manage, or activities:manage.

Response

201 with {success, snapshot, snapshot_generated_at, profiles: [{id, contact_id, profile}]}. See Get Stakeholder Intel for the snapshot/profile shapes.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

deal_id
string
required

The deal's id.

Response

Successful Response