This action will post tasks.
- API endpoint slug
- chatwork.post_tasks
- Filter code method
- Chatwork.postTasks.skip(string?: reason)
- Runtime method
- runAction("chatwork.post_tasks", {})
Action fields
- Label
- room
- Helper text
- Select group chat
- Slug
- room
- Required
- true
- Can have default value
- false
- Label
- contents
- Helper text
- Describe the task
- Slug
- contents
- Required
- true
- Can have default value
- true
- Filter code method
- Chatwork.postTasks.setContents(string: contents)
- Label
- days until due date
- Helper text
- Set the due date in days
- Slug
- limit
- Required
- false
- Can have default value
- true
- Filter code method
- Chatwork.postTasks.setLimit(string: limit)
- Label
- assign to
- Helper text
- Set Chatwork account IDs separated by commas. Enter all to assign everyone
- Slug
- to_ids
- Required
- false
- Can have default value
- true
- Filter code method
- Chatwork.postTasks.setToIds(string: toIds)