Conversation
Change Conversation Opportunity
Links, updates, or removes an opportunity associated with a conversation. When an opportunity is linked, CRM intelligence fields may be recalculated unless explicitly skipped.
post/changeConversationOpportunity
Request body
Example request
{
"conversation_id": "conv-uuid-123",
"opportunity_id": "opp-uuid-456",
"remove_opportunity": false,
"skip_intelligence_calculation": false
}Response
Opportunity changed successfully
Example response
{
"success": true
}