create_task
Create a new task in Capsule CRM, optionally linked to a party, opportunity, or project. Use as a standalone task for personal reminders or workflow tasks.
Instructions
Create a new task, optionally linked to a party, opportunity, or project. Pass at most ONE of partyId / opportunityId / projectId — the connector rejects multi-target inputs before the HTTP call. Omitting all three is also valid: Capsule creates the task as a STANDALONE task (no parent link), useful for personal reminders or workflow tasks that aren't tied to a specific CRM record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | ||
| dueOn | Yes | YYYY-MM-DD | |
| dueTime | No | HH:MM in user's timezone | |
| detail | No | ||
| ownerId | No | Assign to user ID. Defaults to the API-token owner when omitted. Once set, this connector cannot clear the owner back to null — use Capsule's web UI for that. | |
| partyId | No | Link task to a party (mutually exclusive with opportunityId/projectId) | |
| opportunityId | No | Link task to an opportunity (mutually exclusive with partyId/projectId) | |
| projectId | No | Link task to a project (mutually exclusive with partyId/opportunityId) |