pylon_create_task
Create a new task in Pylon by specifying title, due date, assignee, and project details. Automate task entry to keep project tracking current.
Instructions
Create a new task in Pylon. Rate limit: 60 requests per minute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title for this task | |
| status | No | Status: not_started, in_progress, or completed | |
| due_date | No | Due date in RFC 3339 format | |
| body_html | No | Body HTML for this task | |
| account_id | No | Account ID for this task | |
| project_id | No | Project ID for this task | |
| assignee_id | No | Assignee ID for this task | |
| milestone_id | No | Milestone ID for this task | |
| customer_portal_visible | No | Customer portal visible (default: false) |