accelo_create_activity
Create a new Accelo activity—note, email, call, or meeting—and link it to a company, job, issue, staff member, or task by specifying the target type and ID.
Instructions
Create a new activity (note, email, call, or meeting).
Args: subject: Activity subject (required) against_type: Object type to create against (required). E.g. company, job, issue, staff, task against_id: ID of the object to create against (required) body: Activity body/content medium: Type — 'note', 'meeting', 'email', or 'call' (default: note) priority_id: Priority ID class_id: Activity class ID owner_type: Owner type ('staff' or 'affiliation') owner_id: Owner ID (staff_id or affiliation_id) billable: Billable time in seconds nonbillable: Non-billable time in seconds fields: Additional fields to return
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| fields | No | ||
| medium | No | ||
| subject | Yes | ||
| billable | No | ||
| class_id | No | ||
| owner_id | No | ||
| against_id | Yes | ||
| owner_type | No | ||
| nonbillable | No | ||
| priority_id | No | ||
| against_type | Yes |