activities_create
Create a new activity by specifying subject, type, and due date. Optionally link to deals, persons, organizations, projects, or leads.
Instructions
Create a new activity. Subject, type, and due_date are required. Can link to deals, persons, organizations, projects, or leads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | Activity subject (required) | |
| type | Yes | Activity type (required) | |
| due_date | Yes | Due date in YYYY-MM-DD format (required) | |
| due_time | No | Due time in HH:MM format (optional) | |
| duration | No | Duration in HH:MM format (optional) | |
| user_id | No | User ID to assign the activity to | |
| deal_id | No | Deal ID to link the activity to | |
| person_id | No | Person ID to link the activity to | |
| org_id | No | Organization ID to link the activity to | |
| project_id | No | Project ID to link the activity to | |
| lead_id | No | Lead ID to link the activity to | |
| note | No | Activity note | |
| location | No | Activity location | |
| public_description | No | Public description | |
| busy_flag | No | Mark as busy in calendar | |
| participants | No | Array of participants | |
| attendees | No | Array of attendees | |
| done | No | Mark as done | |
| custom_fields | No | Custom fields as key-value pairs |