Create a Teamline task
teamline_tasks_createCreate a Teamline task by providing a name and optional description, assignees, due date, channel, list, and notification settings.
Instructions
Create a Teamline task via tasks.create. name is required. Optional: description, assign (string[] of @name/email/slackId), channel (#name or slackId), list (~name or id; channel required if list is set), personal (boolean), due (ISO8601 or human string), notify (string[]). Token is read only from TEAMLINE_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | ISO8601 timestamp, or a human string such as "next wednesday at 3:30pm" | |
| list | No | ~list-name or id. Channel is required if this is present. | |
| name | Yes | Name of the task | |
| assign | No | @name, email address, or slackId of members to assign | |
| notify | No | @name, email address, or slackId of members to notify. Assigned members won't be notified twice. | |
| channel | No | #channel-name or slackId. Required if list is present. | |
| personal | No | Overrides the default privacy setting | |
| description | No | Task description |