create_task
Create a new task in Salesforce with a subject, related record, due date, priority, and description. Use it to track follow-ups and manage sales activities.
Instructions
Create a new task in Salesforce
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| whoId | No | Contact or Lead ID this task is related to | |
| whatId | No | Account, Opportunity, or other record ID this task is related to | |
| dueDate | No | Due date in YYYY-MM-DD format | |
| subject | Yes | Task subject/title | |
| priority | No | Task priority (High, Normal, Low) | |
| description | No | Task description |