create_taskWRITE
Tool EnabledCreates a new CRM task linked to an Account, Contact, Lead or Deal.
JSON Input Schema:
{
"title": "string",
"ownerId": "string",
"dueDate": "string"
}update_deal_stageWRITEApproval Required
Tool EnabledUpdates a deal stage and deal probability score.
JSON Input Schema:
{
"dealId": "string",
"stage": "string"
}